isNullable property

  1. @override
bool get isNullable
inherited

Returns true iff this type mirror represents a nullable type.

Implementation

@override
bool get isNullable => (_descriptor & constants.nullableAttribute != 0);