QueryCurrentPlanResponse constructor
QueryCurrentPlanResponse({
- Plan? plan,
Implementation
factory QueryCurrentPlanResponse({
$84.Plan? plan,
}) {
final $result = create();
if (plan != null) {
$result.plan = plan;
}
return $result;
}