isAtLeastEightCharactersLong property
bool
get
isAtLeastEightCharactersLong
Determines whether the string is at least 8 characters long.
Implementation
bool get isAtLeastEightCharactersLong => length >= 8;