isNotEmpty property

  1. @override
bool get isNotEmpty
override

Returns true if the map is not empty.

Implementation

@override
bool get isNotEmpty => _container.isNotEmpty;