hasData property

bool get hasData

Implementation

bool get hasData => _map != null && _map!.length > 0;