isValid property

bool get isValid

Whether this ID represents a valid Trace.

Implementation

bool get isValid => !_id.every((i) => i == 0);