isNullable property

bool get isNullable

Whether V admits null.

Implementation

bool get isNullable => null is V;