value property

String? value

Implementation

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

Implementation

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