noRepeats method
Implementation
@override
noRepeats() =>
'Password must not contain the same character repeated in a row (e.g., "aa", "11", "%%").';
@override
noRepeats() =>
'Password must not contain the same character repeated in a row (e.g., "aa", "11", "%%").';