menu
supa_architecture package
documentation
blocs/push_notification/push_notification_bloc.dart
PushNotificationState
toJson abstract method
toJson abstract method
dark_mode
light_mode
toJson
abstract method
Map
<
String
,
dynamic
>
toJson
(
)
Converts the PushNotificationOpened state to a JSON map.
Returns:
A Map<String, dynamic> representing the state in JSON format.
Implementation
Map<String, dynamic> toJson();
supa_architecture package
documentation
blocs/push_notification/push_notification_bloc
PushNotificationState
toJson abstract method
PushNotificationState class