BaseHistoryCommand.fromCmd constructor

BaseHistoryCommand.fromCmd(
  1. String cmd
)

Implementation

BaseHistoryCommand.fromCmd(String cmd)
    : super.fromType(ContentType.HISTORY, cmd);