isNullable property Null safety

bool isNullable

Whether or not the type reference is explicitly nullable (contains a trailing ?)

Implementation

bool get isNullable;