equalTo method

bool equalTo(
  1. int value
)

Implementation

bool equalTo(int value) => (this ?? 0) == value;