match method

  1. @override
bool match(
  1. List<String> arguments
)

Implementation

@override
bool match(List<String> arguments) {
  return true;
}