Map<String, dynamic> toMap() => <String, dynamic>{ "users": List<dynamic>.from(users.map((UUserCreateParams x) => x.toMap())), };