emitThoughts property

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

Implementation

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

Implementation

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