hot property

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

Implementation

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

Implementation

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