verified property

Map? get verified

Implementation

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