globalCode property
String?
get
globalCode
Implementation
String? get globalCode => getProperty(this, 'global_code');
set
globalCode
(String? value)
Implementation
set globalCode(String? value) {
setProperty(this, 'global_code', value);
}