weak property
DEPRECATED. DO NOT USE! For Google-internal migration only. Do not use.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(10)
$core.bool get weak => $_getBF(5);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(10)
set weak($core.bool value) => $_setBool(5, value);