toMap method
Implementation
Map toMap() {
var map = Map();
map["banner"] = banner;
map["icon"] = icon;
map["labelRes"] = labelRes;
map["logo"] = logo;
map["name"] = name;
map["nonLocalizedLabel"] = nonLocalizedLabel;
map["packageName"] = packageName;
return map;
}