customizations property

  1. @TagNumber(6)
AppCustomizations get customizations

Optional: structured customizations for the app (e.g., machine picker headings)

Implementation

@$pb.TagNumber(6)
AppCustomizations get customizations => $_getN(5);
  1. @TagNumber(6)
set customizations (AppCustomizations v)

Implementation

@$pb.TagNumber(6)
set customizations(AppCustomizations v) { setField(6, v); }