isValid property
bool
get
isValid
Checks if the client configuration is valid
Implementation
bool get isValid => !isNotValid;
Checks if the client configuration is valid
bool get isValid => !isNotValid;