toMap method

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

BMFSize -> map

Implementation

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