withoutGenerics method

TypeLink withoutGenerics()

Returns as a TypeLink without generic type arguments.

Implementation

TypeLink withoutGenerics() => TypeLink(
      symbol,
      import,
      isNullable: isNullable,
    );