toJson method
Implementation
String toJson() {
return json.encode(firePushNotificationSerializers.serializeWith(PushNotificationModel.serializer, this));
}
String toJson() {
return json.encode(firePushNotificationSerializers.serializeWith(PushNotificationModel.serializer, this));
}