verified property

num? get verified

Implementation

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