GetActionResponse constructor

GetActionResponse({
  1. Action? action,
})

Implementation

factory GetActionResponse({
  $22.Action? action,
}) {
  final $result = create();
  if (action != null) {
    $result.action = action;
  }
  return $result;
}