verified property

Iterable<E>? get verified

Implementation

Iterable<E>? get verified => isValid ? this : null;