asMap method
Implementation
Map asMap(){
Map<String, dynamic> map = new Map();
map["messageResourceIdName"] = messageResourceIdName;
map["orientationThreshold"] = orientationThreshold;
return map;
}
Map asMap(){
Map<String, dynamic> map = new Map();
map["messageResourceIdName"] = messageResourceIdName;
map["orientationThreshold"] = orientationThreshold;
return map;
}