codeType property

String get codeType

Implementation

String get codeType => js_util.getProperty(this, 'codeType');
set codeType (String newValue)

Implementation

set codeType(String newValue) {
  js_util.setProperty(this, 'codeType', newValue);
}