Returns true iff this type mirror represents a potentially nullable type.
@override bool get isPotentiallyNullable => !isNonNullable;