withNullability method
Returns a copy of this type with the specified nullability.
Implementation
@override
NonElementType withNullability(bool isNullable) => this;
Returns a copy of this type with the specified nullability.
@override
NonElementType withNullability(bool isNullable) => this;