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