copyWith method
Implementation
GlobalScopeBean copyWith({List<GlobalScopeBeanAttributes>? attributes}) {
return GlobalScopeBean(
attributes: attributes ?? this.attributes,
);
}
GlobalScopeBean copyWith({List<GlobalScopeBeanAttributes>? attributes}) {
return GlobalScopeBean(
attributes: attributes ?? this.attributes,
);
}