toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final encodedData = this.encodedData;
  final entriesCount = this.entriesCount;
  final firstValueFirstPart = this.firstValueFirstPart;
  final firstValueFourthPart = this.firstValueFourthPart;
  final firstValueSecondPart = this.firstValueSecondPart;
  final firstValueThirdPart = this.firstValueThirdPart;
  final riceParameter = this.riceParameter;
  return {
    'encodedData': ?encodedData,
    'entriesCount': ?entriesCount,
    'firstValueFirstPart': ?firstValueFirstPart,
    'firstValueFourthPart': ?firstValueFourthPart,
    'firstValueSecondPart': ?firstValueSecondPart,
    'firstValueThirdPart': ?firstValueThirdPart,
    'riceParameter': ?riceParameter,
  };
}