legacyDisabled property

  1. @TagNumber(1)
bool get legacyDisabled

Similar to FFVisibility, this value can be overridden with the condition for disabling

Implementation

@$pb.TagNumber(1)
$core.bool get legacyDisabled => $_getBF(0);
  1. @TagNumber(1)
set legacyDisabled (bool value)

Implementation

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