toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (encodedData != null) 'encodedData': encodedData!,
  if (entriesCount != null) 'entriesCount': entriesCount!,
  if (firstValueFirstPart != null)
    'firstValueFirstPart': firstValueFirstPart!,
  if (firstValueFourthPart != null)
    'firstValueFourthPart': firstValueFourthPart!,
  if (firstValueSecondPart != null)
    'firstValueSecondPart': firstValueSecondPart!,
  if (firstValueThirdPart != null)
    'firstValueThirdPart': firstValueThirdPart!,
  if (riceParameter != null) 'riceParameter': riceParameter!,
};