copyWith method
Implementation
SystemAvatars copyWith({List<Avatar>? system}) {
return SystemAvatars(
system: system ?? this.system,
);
}
SystemAvatars copyWith({List<Avatar>? system}) {
return SystemAvatars(
system: system ?? this.system,
);
}