hot property

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

Implementation

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

Implementation

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