ActionRecipe class

Constructors

ActionRecipe({String name = "", String action = "", String searchText = "", int chooseNumber = 0, bool isCommand = false, bool isStaticCommand = false, String nextPrevious = "", String receivedText = "", String receivedTextWithoutSpace = "", String selectFor = ""})

Properties

action String
getter/setter pair
chooseNumber int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCommand bool
getter/setter pair
isStaticCommand bool
getter/setter pair
name String
getter/setter pair
nextPrevious String
getter/setter pair
receivedText String
getter/setter pair
receivedTextWithoutSpace String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchText String
getter/setter pair
selectFor String
getter/setter pair

Methods

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

Operators

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