StartCheckingConnectionRequest constructor

StartCheckingConnectionRequest({
  1. int? refreshPeriod,
})

Implementation

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