isNotEmpty property

bool isNotEmpty

Returns true if there is at least one key.

Implementation

bool get isNotEmpty => _data.isNotEmpty;