GlobalScopeBean constructor
GlobalScopeBean({
- List<
GlobalScopeBeanAttributes> ? attributes,
Implementation
GlobalScopeBean({List<GlobalScopeBeanAttributes>? attributes})
: attributes = attributes ?? [];