equals method

void equals(
  1. String value
)

Implementation

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