FunctionParameter<T> class
The parameter of a function with its name and the expected type.
- Implementers
Constructors
-
FunctionParameter(String name, AbiType<
T> type) -
const
Properties
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