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