verified property

double? get verified

Implementation

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