toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final truncatedByteCount = this.truncatedByteCount;
  final value = this.value;
  return {'truncatedByteCount': ?truncatedByteCount, 'value': ?value};
}