kind property

String get kind

Implementation

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

Implementation

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