isNullAware property

  1. @override
bool isNullAware
override

Whether this is a null-aware spread, as opposed to a non-null spread.

Implementation

@override
bool get isNullAware =>
    spreadOperator.type == TokenType.PERIOD_PERIOD_PERIOD_QUESTION;