toMap method

BundleMap toMap()

Converts the MIME type description to map.

Implementation

BundleMap toMap() => BundleMap.unmodifiable(<String, Object?>{
      'label': label,
      'icon': icon,
      'contentDescription': contentDescription,
    });