defaultValue property

T? defaultValue
getter/setter pair

The default value. If not null this value is used to save space within the json structure (i.e. if the value equals the defaultValue the field is not stored within the resulting json structure).

Implementation

T? defaultValue;