toAddApplicationJson method

Map<String, dynamic> toAddApplicationJson(
  1. String fcmToken
)

Implementation

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