buildCommandCall method

  1. @mustCallSuper
String buildCommandCall([
  1. Map<String, String> parameters = const {}
])

Builds string representation of command call

Implementation

@mustCallSuper
String buildCommandCall([Map<String, String> parameters = const {}]) =>
    '/$name ' + _buildCommandArgs(parameters);