make static method

BinaryCommand make()

Implementation

static BinaryCommand make() {
  return fromListInt(List.empty(growable: true));
}