value property

String? value
override

Implementation

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

Implementation

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