Rule constructor
Rule({
- DeviceAttribute? attribute,
- RuleOperator? operator,
- String? value,
Implementation
Rule({
this.attribute,
this.operator,
this.value,
});