asMap method
Implementation
Map asMap() {
Map<String, dynamic> map = new Map();
map["title"] = title;
map["subTitle"] = subTitle;
map["confirmLabel"] = confirmLabel;
map["retryLabel"] = retryLabel;
map["show"] = show;
return map;
}
Map asMap() {
Map<String, dynamic> map = new Map();
map["title"] = title;
map["subTitle"] = subTitle;
map["confirmLabel"] = confirmLabel;
map["retryLabel"] = retryLabel;
map["show"] = show;
return map;
}