menu
agent_dart_base package
documentation
candid/idl.dart
IDL
Opt<T> static method
Opt<T> static method
dark_mode
light_mode
Opt<
T
>
static method
OptClass
<
T
>
Opt
<
T
>(
CType
<
T
>
type
)
Implementation
static OptClass<T> Opt<T>(CType<T> type) => OptClass(type);
agent_dart_base package
documentation
candid/idl
IDL
Opt<T> static method
IDL class