getMap method
Returns the internal property map.
Returns a Map<String, dynamic> containing all the properties.
Implementation
Map<String, dynamic> getMap() {
return __map;
}
Returns the internal property map.
Returns a Map<String, dynamic> containing all the properties.
Map<String, dynamic> getMap() {
return __map;
}