description property

  1. @override
String description
final

The text description of the requirement (e.g., "At least 1 uppercase").

For built-in factories this matches PasswordRequirementTexts.defaults. For display, PasswordRequirement.localized replaces known English defaults with the active PasswordRequirementTexts localization. Custom strings are matched when possible, otherwise shown as-is.

Implementation

@override
final String description;