isPotentiallyNullable property

  1. @override
bool get isPotentiallyNullable
inherited

Returns true iff this type mirror represents a potentially nullable type.

Implementation

@override
bool get isPotentiallyNullable => !isNonNullable;