permutation property

Iterable<int> permutation

Implementation

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

Implementation

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