toJson method
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,
};
}