value property

RemoteObject? value

The value associated with the property.

Implementation

RemoteObject? get value =>
    json['value'] != null ? RemoteObject(json['value']) : null;