equals method

void equals(
  1. bool value
)

Implementation

void equals(bool value) {
  _change('=', value);
}