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