represents method

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

This menu entry isn't selectable; it represents no value. Always returns false.

Implementation

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