anyEmpty method

bool anyEmpty()

Check if any field is empty

Implementation

bool anyEmpty() => email.text.isEmpty || password.text.isEmpty || age.text.isEmpty || isActive.text.isEmpty;