globalCode property

String get globalCode

Implementation

String get globalCode => _globalCode;
set globalCode (String value)

Implementation

set globalCode(String value) => _globalCode = value;