Returns true if this configuration is valid;
true
@override bool get isValid => _configs.isNotEmpty && _configs.where((c) => c.isNotValid).isEmpty;