value property

String? get value

Implementation

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

Implementation

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