EndpointMethodConnector class abstract
The EndpointMethodConnector is a base class for connectors that connect methods their implementation.
- Implementers
Constructors
-
EndpointMethodConnector({required String name, required Map<
String, ParameterDescription> params}) - Creates a new EndpointMethodConnector.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the method.
final
-
params
→ Map<
String, ParameterDescription> -
List of parameters used by the method.
final
- 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