isNotEmpty property Null safety
override
Whether there is at least one key/value pair in the map.
Implementation
@override
bool get isNotEmpty => _base.isNotEmpty;
Whether there is at least one key/value pair in the map.
@override
bool get isNotEmpty => _base.isNotEmpty;