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