isNil property

bool get isNil

Is this a null sequence?

Implementation

bool get isNil => _isNilSequence;