codeType property

String codeType

Sets or retrieves the Internet media type for the code associated with the object. @deprecated

MDN Reference

Implementation

_i2.String get codeType => _i4.getProperty(
      this,
      'codeType',
    );
void codeType=(String value)

Implementation

set codeType(_i2.String value) {
  _i4.setProperty(
    this,
    'codeType',
    value,
  );
}