isValid property
bool
get
isValid
Returns true if the settings are valid.
Implementation
bool get isValid => validate() == null;
Returns true if the settings are valid.
bool get isValid => validate() == null;