MmConfigPasswordSettings constructor
MmConfigPasswordSettings({})
Returns a new MmConfigPasswordSettings instance.
Implementation
MmConfigPasswordSettings({
this.minimumLength,
this.lowercase,
this.number,
this.uppercase,
this.symbol,
});