menu
agent_dart_base package
documentation
agent/cbor.dart
BigIntEncoder
match method
match method
dark_mode
light_mode
match
method
@
override
bool
match
(
Object
?
value
)
override
Implementation
@override bool match(Object? value) => value is BigInt;
agent_dart_base package
documentation
agent/cbor
BigIntEncoder
match method
BigIntEncoder class