hasNullableDartType property

bool hasNullableDartType

Implementation

bool get hasNullableDartType =>
    mappedType.nullabilitySuffix == NullabilitySuffix.question;