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