toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (compressionType != null) 'compressionType': compressionType!,
  if (rawHashes != null) 'rawHashes': rawHashes!,
  if (rawIndices != null) 'rawIndices': rawIndices!,
  if (riceHashes != null) 'riceHashes': riceHashes!,
  if (riceIndices != null) 'riceIndices': riceIndices!,
};