menu
agent_dart_base package
documentation
candid/idl.dart
RecClass<T>
decodeValue method
decodeValue method
dark_mode
light_mode
decodeValue
method
@
override
T
decodeValue
(
Pipe
x
,
CType
t
)
override
Implementation
@override T decodeValue(Pipe x, CType t) { _checkType(); return _type!.decodeValue(x, t); }
agent_dart_base package
documentation
candid/idl
RecClass<T>
decodeValue method
RecClass class