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