value property

JsonObject? get value
override

Implementation

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

Implementation

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