hasAnyKeys property

bool get hasAnyKeys

Implementation

bool get hasAnyKeys => (_summary?.totalKeys ?? 0) > 0 || _rows.isNotEmpty;