info property

Map<String, dynamic> info

Implementation

Map<String, dynamic> get info => ({
      'mimetype': mimeType,
      'size': size,
    });