isEmpty property

  1. @override
bool isEmpty
inherited

Returns true if there are no keys in the TTMultiMap.

Implementation

@override
bool get isEmpty => identical(_root, null);