granted property

Iterable<String> granted

Implementation

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

Implementation

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