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