verified property

int? get verified

Implementation

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