represents method

  1. @override
bool represents(
  1. void value
)
override

If the item represents the same given value.

Implementation

@override
bool represents(void value) => false;