isNull property

bool get isNull

Convenience method type == Type.nil

Implementation

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