Avatars({List<Avatar>? custom, List<Avatar>? system}) : custom = custom ?? [], system = system ?? [];