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