codecId property

String get codecId

Implementation

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

Implementation

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