description property

  1. @override
String get description

Describes what the finder is looking for. The description should be a brief English noun phrase describing the finder's requirements.

Implementation

@override
String get description => "Finder that matches nothing so that a Finder may be returned in defunct situations";