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