isValid property
- @override
override
Whether the value in the UI is valid.
Do not try to access value if this is false.
Implementation
@override
bool get isValid => network.isValid
&& arm.isValid
&& science.isValid
&& dashboard.isValid
&& easterEggs.isValid;