values property
Set of all values of TracingMode.
Implementation
static final Set<TracingMode> values = [
TracingMode.RECORD_CONTINUOUSLY,
TracingMode.RECORD_UNTIL_FULL,
].toSet();
Set of all values of TracingMode.
static final Set<TracingMode> values = [
TracingMode.RECORD_CONTINUOUSLY,
TracingMode.RECORD_UNTIL_FULL,
].toSet();