fromDartListNullableBlocklistCursorToGraphQLListNullableBlocklistCursor function
- List<
BlocklistCursor> ? v
Implementation
List<String>?
fromDartListNullableBlocklistCursorToGraphQLListNullableBlocklistCursor(
List<BlocklistCursor>? v,
) => v?.map((e) => fromDartBlocklistCursorToGraphQLBlocklistCursor(e)).toList();