commandType function

String commandType(
  1. List args
)

Implementation

String commandType(List args) => '${expEval(args[0]).runtimeType}';