ICERestart constructor

ICERestart({
  1. PeerType? peerType,
})

Implementation

factory ICERestart({
  $0.PeerType? peerType,
}) {
  final _result = create();
  if (peerType != null) {
    _result.peerType = peerType;
  }
  return _result;
}