isNotEmpty property

bool isNotEmpty

Returns true if keys is not empty.

Implementation

bool get isNotEmpty => _data.isNotEmpty;