codecId property

String codecId

Implementation

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

Implementation

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