BaseCommand.fromType constructor

BaseCommand.fromType(
  1. String msgType,
  2. String cmd
)

Implementation

BaseCommand.fromType(String msgType, String cmd) : super.fromType(msgType) {
  this['command'] = cmd;
}