globalProperties property

  1. @TagNumber(3)
FFGlobalPropertiesVariable get globalProperties

Implementation

@$pb.TagNumber(3)
FFGlobalPropertiesVariable get globalProperties => $_getN(2);
  1. @TagNumber(3)
set globalProperties (FFGlobalPropertiesVariable value)

Implementation

@$pb.TagNumber(3)
set globalProperties(FFGlobalPropertiesVariable value) =>
    $_setField(3, value);