hasResults property
bool
get
hasResults
Whether there are any results to process
Implementation
bool get hasResults =>
tags.isNotEmpty ||
variables.isNotEmpty ||
actions.isNotEmpty ||
metrics.isNotEmpty;