postscriptNames property

Iterable<String> postscriptNames

Implementation

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

Implementation

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