sizeToMap method

Map<String, int> sizeToMap()

Implementation

Map<String, int> sizeToMap() {
  return {
    'height': height!,
    'width': width!,
  };
}