toMap method
- @override
override
BMFSize -> map
Implementation
@override
Map<String, Object> toMap() {
return {'width': this.width, 'height': this.height};
}
BMFSize -> map
@override
Map<String, Object> toMap() {
return {'width': this.width, 'height': this.height};
}