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