value property
RemoteObject?
get
value
The value associated with the property.
Implementation
RemoteObject? get value =>
json['value'] != null ? RemoteObject(json['value']) : null;
The value associated with the property.
RemoteObject? get value =>
json['value'] != null ? RemoteObject(json['value']) : null;