iceRestart property

  1. @TagNumber(1)
bool get iceRestart

Implementation

@$pb.TagNumber(1)
$core.bool get iceRestart => $_getBF(0);
  1. @TagNumber(1)
set iceRestart (bool v)

Implementation

@$pb.TagNumber(1)
set iceRestart($core.bool v) { $_setBool(0, v); }