equals method

bool equals(
  1. SmartDropdownItem other
)

Implementation

bool equals(SmartDropdownItem other) => other.value == value;