FunctionReference class
- Inheritance
-
- Object
- CandidType
- ReferenceType
- FunctionReference
Constructors
-
FunctionReference({required List<
CandidType> in_types, required List<CandidType> out_types, bool isQuery = false, bool isOneWay = false, ServiceReference? service, Text? method_name, bool isTypeStance = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
in_types
→ List<
CandidType> -
final
- isOneWay → bool
-
final
- isOpaque → bool
-
no setteroverride
- isQuery → bool
-
final
- isTypeStance → bool
-
final
- method_name → Text?
-
final
-
out_types
→ List<
CandidType> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → ServiceReference?
-
final
Methods
-
asOption<
T extends CandidType> () → Option< T> -
inherited
-
M(
Uint8List candidbytes, CandidBytes_i start_i) → MfuncTuple -
override
-
M_forward(
) → Uint8List -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
T_forward(
) → Uint8List -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
T_backward(
Uint8List candidbytes, CandidBytes_i start_i) → TfuncTuple