isNull property

bool isNull

Convenience method type == Type.nil

Implementation

bool get isNull => _type == Type.nil;