withNullability method

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

Returns a copy of this type with the specified nullability.

Implementation

@override
NonElementType withNullability(bool isNullable) => this;