isNull property

bool get isNull

Whether this constant represents null.

Implementation

bool get isNull => this is ConstNull;