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