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