optionsUrl property

String get optionsUrl

The url for the item's options page, if it has one.

Implementation

String get optionsUrl => _wrapped.optionsUrl;
set optionsUrl (String v)

Implementation

set optionsUrl(String v) {
  _wrapped.optionsUrl = v;
}