toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (arrayValues != null) 'arrayValues': arrayValues!,
if (rangeValue != null) 'rangeValue': rangeValue!,
if (structValues != null) 'structValues': structValues!,
if (value != null) 'value': value!,
};