verified property

Object? get verified

Implementation

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