verified property

LocalizedString? get verified

Implementation

LocalizedString? get verified => use.isNotEmpty ? this : null;