fromDartOperationsCursorNullableToGraphQLOperationsCursorNullable function

String? fromDartOperationsCursorNullableToGraphQLOperationsCursorNullable(
  1. OperationsCursor? v
)

Implementation

String? fromDartOperationsCursorNullableToGraphQLOperationsCursorNullable(
  OperationsCursor? v,
) => v?.val;