map property

  1. @override
Map<String, dynamic> map
override

General map representation

Implementation

@override
Map<String, dynamic> get map => {
      'uuid': uuid,
      'identifier': identifier,
      'startTimestamp': startTimestamp,
      'endTimestamp': endTimestamp,
      'device': device?.map,
      'sourceRevision': sourceRevision.map,
      'harmonized': harmonized.map,
    };