menu
agent_dart_base package
documentation
candid/idl.dart
IDL
Tuple static method
Tuple static method
dark_mode
light_mode
Tuple
static method
TupleClass
<
List
>
Tuple
(
List
<
CType
>
components
)
Implementation
static TupleClass<List> Tuple(List<CType> components) => TupleClass(components);
agent_dart_base package
documentation
candid/idl
IDL
Tuple static method
IDL class