GetAutoSwitchReply constructor
GetAutoSwitchReply({
- bool? autoSwitch,
Implementation
factory GetAutoSwitchReply({
$core.bool? autoSwitch,
}) {
final $result = create();
if (autoSwitch != null) {
$result.autoSwitch = autoSwitch;
}
return $result;
}