useGpu property

  1. @TagNumber.new(8)
bool get useGpu

a hard runtime guarantee

Implementation

@$pb.TagNumber(8)
$core.bool get useGpu => $_getBF(6);
  1. @TagNumber.new(8)
set useGpu (bool value)

Implementation

@$pb.TagNumber(8)
set useGpu($core.bool value) => $_setBool(6, value);