isNullable property

bool get isNullable

Implementation

bool get isNullable => (type.nullabilitySuffix == NullabilitySuffix.question);