value property

String? get value
override

Implementation

String? get value => _$this._value;
set value (covariant String? value)
covariantoverride

Implementation

set value(covariant String? value) => _$this._value = value;