map property
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,
};