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
// Do we still need to use deprecated field?
// ignore: deprecated_member_use
String get description => finder.description;