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