mid property

String mid

Implementation

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

Implementation

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