isValid property

bool get isValid

Returns true if the settings are valid.

Implementation

bool get isValid => validate() == null;