Avatars copyWith({List<Avatar>? custom, List<Avatar>? system}) { return Avatars( custom: custom ?? this.custom, system: system ?? this.system, ); }