mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-08 09:53:12 +00:00
13 lines
421 B
Dart
13 lines
421 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'device_token.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// JsonSerializableGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
DeviceToken _$DeviceTokenFromJson(Map<String, dynamic> json) => DeviceToken(
|
||
|
device: json['device'] as String,
|
||
|
token: json['token'] as String,
|
||
|
);
|