isPotentiallyNonNullable property

  1. @override
bool get isPotentiallyNonNullable
inherited

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

Implementation

@override
bool get isPotentiallyNonNullable => !isNullable;