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