isEmpty property
bool
get
isEmpty
Checks if this batch is empty.
Implementation
bool get isEmpty =>
traces.isEmpty && spans.isEmpty && metrics.isEmpty && events.isEmpty;
Checks if this batch is empty.
bool get isEmpty =>
traces.isEmpty && spans.isEmpty && metrics.isEmpty && events.isEmpty;