description property

  1. @Deprecated('Use FinderBase.describeMatch instead. ' 'FinderBase.describeMatch allows for more readable descriptions and removes ambiguity about pluralization. ' 'This feature was deprecated after v3.13.0-0.2.pre.')
String description
inherited

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

Implementation

@Deprecated(
  'Use FinderBase.describeMatch instead. '
  'FinderBase.describeMatch allows for more readable descriptions and removes ambiguity about pluralization. '
  'This feature was deprecated after v3.13.0-0.2.pre.'
)
String get description;