sessionTypes property

Iterable<String> sessionTypes

Implementation

Iterable<String> get sessionTypes =>
    js_util.getProperty(this, 'sessionTypes');
void sessionTypes=(Iterable<String> newValue)

Implementation

set sessionTypes(Iterable<String> newValue) {
  js_util.setProperty(this, 'sessionTypes', newValue);
}