customizations property
- @TagNumber(6)
Optional: structured customizations for the app (e.g., machine picker headings)
Implementation
@$pb.TagNumber(6)
AppCustomizations get customizations => $_getN(5);
- @TagNumber(6)
Implementation
@$pb.TagNumber(6)
set customizations(AppCustomizations v) { setField(6, v); }