id property

String get id

ID of the observation.

It's the opID prefixed with the phase (if the phase is not empty).

Implementation

String get id => _id ??= phase.isNotEmpty ? '$phase.$opID' : opID;