mutable property

  1. @TagNumber.new(6)
bool get mutable

Controls whether the caller asks for a mutable reference to the shared object.

Implementation

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

Implementation

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