toJson method

Map<String, dynamic> toJson()

Implementation

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