factory QueryByLabelRequest.fromJson(Map<String, dynamic> json) { return QueryByLabelRequest( label: json.valueAsString<String?>('label', acceptCamelCase: true), ); }