Returns true iff this type mirror represents a nullable type.
@override bool get isNullable => (_descriptor & constants.nullableAttribute != 0);