anyEmpty method
Check if any field is empty
Implementation
bool anyEmpty() => email.text.isEmpty || password.text.isEmpty || age.text.isEmpty || isActive.text.isEmpty;
Check if any field is empty
bool anyEmpty() => email.text.isEmpty || password.text.isEmpty || age.text.isEmpty || isActive.text.isEmpty;