fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable function

String? fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable(
  1. BlocklistCursor? v
)

Implementation

String? fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable(
  BlocklistCursor? v,
) => v?.toString();