withNullability abstract method

  1. @override
DartType withNullability(
  1. bool isNullable
)
override

Returns a copy of this type with the specified nullability.

Implementation

@override
DartType withNullability(bool isNullable);