isPassword property
bool
get
isPassword
Implementation
bool get isPassword =>
isNotNullEmpty && this!.length >= 6 && this!.length < 25;
bool get isPassword =>
isNotNullEmpty && this!.length >= 6 && this!.length < 25;