isValid property

bool get isValid

Returns true if this value is valid, otherwise false.

Implementation

bool get isValid => this == KnownPutRecordValidationStatus.valid;