$value property

Object? $value
override

Implementation

Object? get $value => _validationErrors.isNotEmpty ? null : _value;