getName method

  1. @override
String getName()
override

Gets the command name. Returns the name of this command.

Implementation

@override
String getName() {
  return _name;
}