getNotifJson method

String getNotifJson(
  1. Notif obj
)

Implementation

String getNotifJson(Notif obj){
  String json = jsonEncode(obj);
  return json;
}