mutable property
Controls whether the caller asks for a mutable reference to the shared object.
Implementation
@$pb.TagNumber(6)
$core.bool get mutable => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set mutable($core.bool value) => $_setBool(5, value);