toJson method

String toJson()

Implementation

String toJson() {
  return json.encode(appNotificationSerializers.serializeWith(AppNotificationModel.serializer, this));
}