Rule class Null safety
A Rule defines a name, and a boolean expression in [conjunctive normal form](http: //mathworld.wolfram.com/ConjunctiveNormalForm.html){.external} that can be // applied to a path event to determine if that name should be applied.
Constructors
-
Rule({List<
DisjunctiveMatchStatement> ? disjunctiveMatchStatements, String? name}) - Rule.fromJson(Map json_)
Properties
-
disjunctiveMatchStatements
↔ List<
DisjunctiveMatchStatement> ? -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
Rule name.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited