toJson method

String toJson()

Implementation

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