introductoryPricePeriod property

String get introductoryPricePeriod

Implementation

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

Implementation

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