map property

Map<String, dynamic> get map

General map representation

Implementation

Map<String, dynamic> get map => {
      'identifier': identifier,
      'startTimestamp': startTimestamp,
      'endTimestamp': endTimestamp,
      'harmonized': harmonized.map,
    };