map property

Map<String, String> get map

General map representation

Implementation

Map<String, String> get map => {
      'identifier': identifier,
      'unit': unit,
    };