match method

  1. @override
bool match(
  1. dynamic value
)
override

Implementation

@override
bool match(dynamic value) {
  return value is BigInt;
}