toAddApplicationJson method
Implementation
Map<String, dynamic> toAddApplicationJson(String fcmToken) =>
<String, dynamic>{
'title': title,
'weight': weight,
'imgUrl': imgUrl,
'url': url,
'description': description,
'expireTime': expireTime,
'tag': tags,
};