isNullable property

bool get isNullable
inherited

true when the type can be null

Implementation

bool get isNullable => !isNonNullable;