toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'height': height,
    'width': width,
    'bytes': bytes,
  };
}