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