Returns true iff this type mirror represents a potentially non-nullable type.
@override bool get isPotentiallyNonNullable => !isNullable;