List<UserPhone> fromGraphQLListUserPhoneToDartListUserPhone(List<Object?> v) => v.map((e) => fromGraphQLUserPhoneToDartUserPhone(e as String)).toList();