buildArgs method

  1. @override
String buildArgs(
  1. Map<String, String> args
)
override

It builds the args string from a dictionary

Implementation

@override
String buildArgs(Map<String, String> args) {
  _warningLog();
  return "";
}