@override bool matches(String text) => "$name $description $defaultValue ${reader()}" .toLowerCase() .contains(text.toLowerCase());