Command<T> constructor

Command<T>(
  1. String name,
  2. CommandBuilder<T> builder
)

Implementation

Command(this.name, this.builder) : super(key: Key("bridger-$name"));