represents method

  1. @override
bool represents(
  1. T? value
)
override

Whether this entry represents value.

Implementation

@override
bool represents(T? value) => this.value == value;