menu
agent_dart package
documentation
candid/idl.dart
TypeTable
has method
has method
dark_mode
light_mode
has
method
bool
has
(
CType
obj
)
Implementation
bool has(CType obj) { return _idx.containsKey(obj.name); }
agent_dart package
documentation
candid/idl
TypeTable
has method
TypeTable class