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