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();