be method

bool be(
  1. String argument
)

is the specified command

Implementation

bool be(String argument) => name == argument;