toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (encodedData != null) 'encodedData': encodedData!,
if (entryCount != null) 'entryCount': entryCount!,
if (firstValue != null) 'firstValue': firstValue!,
if (riceParameter != null) 'riceParameter': riceParameter!,
};