toMap method

  1. @override
Map<String, Object> toMap ()
override

BMFMapRect -> map

Implementation

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