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