Rule class abstract

Constructors

Rule([dynamic updates(RuleBuilder b)])
factory
Rule.fromJson(Map? json, {int? id})
factory

Properties

actions → BuiltList<RuleAction>?
no setter
conditions → BuiltList<Condition>?
no setter
creationTime String?
no setter
creationTimeDate DateTime
no setter
hashCode int
The hash code for this object.
no setterinherited
id int?
no setter
lastTriggered String?
no setter
lastTriggeredDate DateTime
no setter
name String?
Human readable name of the rule.
no setter
owner String?
no setter
recycle bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
no setter
timesTriggered int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(RuleBuilder)) Rule
Rebuilds the instance.
inherited
toBridgeObject({String? action}) Map
toBuilder() RuleBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Rule>
no setter