introductoryPricePeriod property

String introductoryPricePeriod

Implementation

String get introductoryPricePeriod =>
    js_util.getProperty(this, 'introductoryPricePeriod');
void introductoryPricePeriod=(String newValue)

Implementation

set introductoryPricePeriod(String newValue) {
  js_util.setProperty(this, 'introductoryPricePeriod', newValue);
}