globalCode property

String? globalCode

Implementation

String? get globalCode => getProperty(this, 'global_code');
void globalCode=(String? value)

Implementation

set globalCode(String? value) {
  setProperty(this, 'global_code', value);
}