hasData property

bool hasData

Implementation

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