StartCheckingConnectionRequest constructor
StartCheckingConnectionRequest({
- int? refreshPeriod,
Implementation
factory StartCheckingConnectionRequest({
$core.int? refreshPeriod,
}) {
final $result = create();
if (refreshPeriod != null) {
$result.refreshPeriod = refreshPeriod;
}
return $result;
}