ProjectScopeBean constructor

ProjectScopeBean({
  1. List<ProjectScopeBeanAttributes>? attributes,
  2. int? id,
})

Implementation

ProjectScopeBean({List<ProjectScopeBeanAttributes>? attributes, this.id})
    : attributes = attributes ?? [];