isEmpty method

bool isEmpty()

Returns true, if this is the empty set.

Implementation

bool isEmpty() => this._emptySet;