scope property
@doc The scope of the hide action. Set to either CURRENT_ONLY or ALL.
Implementation
@$pb.TagNumber(1)
FFHideSnackBarAction_HideScope get scope => $_getN(0);
Implementation
@$pb.TagNumber(1)
set scope(FFHideSnackBarAction_HideScope value) => $_setField(1, value);