withNullability abstract method

DartType withNullability(
  1. bool isNullable
)

Returns a copy of this type with the specified nullability.

Implementation

DartType withNullability(bool isNullable);