toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      'xref': xref,
      'ext': ext,
      'colorspace': colorspace,
      'width': width,
      'height': height,
      'bpc': bpc,
      'size': size,
      'image': image,
    };