isNullable property

bool isNullable
inherited

true when the type can be null

Implementation

bool get isNullable => !isNonNullable;