equals method

bool equals(
  1. String value
)

Implementation

bool equals(String value) => this.value == value;