CommandUtils class abstract

Constructors

CommandUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

setActionCommandVariant(String action) String
attempts to find an action variant. If no variant is found the input is returned. ie: cut text produces cut ie: d capitalise produces uncapitalize
setActiveObjectType(String item) String
attempts to retrieve the object type from the dictionary.Returns the input if no entry was found. ie: 'word' produces SELECT_ACTIVE_WORD
setObjectType(String item) String
attempts to retrieve the object type from the dictionary.Returns the input if no entry was found. ie: 'word' produces CMDString.SELECT_WORD
triNewLine(ActionRecipe recipe) → void
Trims spaces between and after a new line