isNullable property

bool get isNullable

Returns true when the field is a nullable type

Implementation

bool get isNullable =>
    returnType.nullabilitySuffix == NullabilitySuffix.question;