verified property

String? get verified

Implementation

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