isNotEmpty property

  1. @override
bool isNotEmpty
inherited

Returns true if there is at least one key in the TTMultiMap.

Implementation

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