represents abstract method

bool represents(
  1. T? value
)

Whether this entry represents value.

Implementation

bool represents(T? value);