FunctionReference class

Inheritance

Constructors

FunctionReference({required List<CandidType> in_types, required List<CandidType> out_types, bool isQuery = false, bool isOneWay = false, ServiceReference? service, Text? method_name, bool type_mode = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
in_types List<CandidType>
final
isOneWay bool
final
isOpaque bool
no setter
isQuery 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
type_mode bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

type_code → const int