applied property
Whether it is currently applied to the context.
Implementation
@$pb.TagNumber(4)
$core.bool get applied => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set applied($core.bool value) => $_setBool(3, value);
Whether it is currently applied to the context.
@$pb.TagNumber(4)
$core.bool get applied => $_getBF(3);
@$pb.TagNumber(4)
set applied($core.bool value) => $_setBool(3, value);