Map<String, dynamic> toMap() { return { 'errorUserList': errorUserList.map((item) => item.toMap()).toList(), }; }