toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'pushId': pushId,
    'notiType': notiType,
    'notiOptVal': notiOptVal,
    'dataContent': dataContent,
    'notiMsgTitle': notiMsgTitle,
    'notiMsg': notiMsg,
    'notiLnkUrl': notiLnkUrl,
    'gubunCd': gubunCd,
    'notiImgUrl': notiImgUrl,
    'reportUrl': reportUrl,
  };
}