DefineMethod class
Annotation class for exceptions to method definition
Constructors
- DefineMethod({String name, bool skip = false, bool listArguments = false})
-
const
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- listArguments → bool
-
listArguments let pass all the arguments as list.
Example:
arg1, arg2, ... argN
in a min(...) method.final - name → String
-
external name used to call the method.
Example: '%' as external name, and 'format' as method name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- skip → bool
-
skip controls if the method is included in the registry.
Example: Internal methods as 'isValid' or 'call'.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited