codeType property

String codeType

Implementation

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

Implementation

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