QueryCurrentPlanResponse constructor

QueryCurrentPlanResponse({
  1. Plan? plan,
})

Implementation

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