RulesResult constructor
const
RulesResult({
- List<
TagResult> tags = const [], - List<
VariableResult> variables = const [], - List<
ActionResult> actions = const [], - List<
MetricResult> metrics = const [], - String? error,
- dynamic rawResult,
Implementation
const RulesResult({
this.tags = const [],
this.variables = const [],
this.actions = const [],
this.metrics = const [],
this.error,
this.rawResult,
});