isValid property
bool
get
isValid
Whether this ID represents a valid Trace.
Implementation
bool get isValid => !_id.every((i) => i == 0);
Whether this ID represents a valid Trace.
bool get isValid => !_id.every((i) => i == 0);