isNull property

  1. @computed
bool isNull

Whether or not the underlying value is null

Implementation

@computed
bool get isNull => internalTracked.tracked == null;