Converts a query group to a value of type T.
T
@override int valueFromQueryGroup(Map<String, String> group) { return valueOf(name, group)!; }