toMap method
- @override
override
BMFMapRect -> map
Implementation
@override
Map<String, Object> toMap() {
return {'origin': this.origin?.toMap(), 'size': this.size?.toMap()};
}
BMFMapRect -> map
@override
Map<String, Object> toMap() {
return {'origin': this.origin?.toMap(), 'size': this.size?.toMap()};
}