GlobalScopeBean constructor

GlobalScopeBean({
  1. List<GlobalScopeBeanAttributes>? attributes,
})

Implementation

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