match method

  1. @override
bool match(
  1. Object? value
)
override

Implementation

@override
bool match(Object? value) => value is BinaryBlob;