Verb class abstract

Represents a Verb in the @sign protocol.

Implementers

Constructors

Verb()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

dependsOn() Verb?
Returns name of the Verb this verb depends on
name() String
Returns name of the verb
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requiresAuth() bool
Returns whether a verb requires authentication
syntax() String
Returns syntax of the verb in a regular expression format
toString() String
A string representation of this object.
inherited
usage() String
Returns a sample usage of the Verb

Operators

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