isNullableType property

bool isNullableType

Implementation

bool get isNullableType =>
    this is DynamicType || nullabilitySuffix == NullabilitySuffix.question;