menu
archethic_lib_dart package
documentation
archethic_lib_dart.dart
PushNotification
PushNotification.fromJson factory constructor
PushNotification.fromJson factory constructor
dark_mode
light_mode
PushNotification.fromJson
constructor
PushNotification.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory PushNotification.fromJson(Map<String, dynamic> json) => _$PushNotificationFromJson(json);
archethic_lib_dart package
documentation
archethic_lib_dart
PushNotification
PushNotification.fromJson factory constructor
PushNotification class