Feedback class

A feedback for the password.

Constructors

Feedback.new({String? warning, List<String>? suggestions})
Creates a new instance.
const
Feedback.fromMatches(int score, List<BaseMatch> matches)
Get feedback from the matches.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestions List<String>
Suggestions for improving the password.
final
warning String?
Warning about the password.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited