RuleDoc class

Constructors

RuleDoc(Rule model)
RuleDoc.fromStrings(String collection, List<String> verbs, List<String> instanceKeys)
factory

Properties

collection String
no setter
hashCode int
The hash code for this object.
no setterinherited
instanceKeys List<String>
no setter
model Rule
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbs List<String>
no setter

Methods

asRule() Rule
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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