fromDartOperationNumNullableToGraphQLOperationNumNullable function

int? fromDartOperationNumNullableToGraphQLOperationNumNullable(
  1. OperationNum? v
)

Implementation

int? fromDartOperationNumNullableToGraphQLOperationNumNullable(
  OperationNum? v,
) => v?.val.toInt();