isNotEmpty property

  1. @override
bool get isNotEmpty
override

Whether this map is not empty.

Implementation

@override
bool get isNotEmpty => value.isNotEmpty;