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