BatchCreatePermissionsResponse constructor

BatchCreatePermissionsResponse({
  1. List<Permission>? permissions,
})

Implementation

BatchCreatePermissionsResponse({
  this.permissions,
});