verified property

bool? get verified

Implementation

bool? get verified => isValid ? this : null;