isNullable property

bool isNullable

Whether the type is nullable.

Implementation

bool get isNullable => exclamationToken == null;