GoogleProductChangeInfo constructor

GoogleProductChangeInfo(
  1. String oldProductIdentifier, {
  2. GoogleProrationMode? prorationMode,
})

Constructs an GoogleProductChangeInfo

Implementation

GoogleProductChangeInfo(this.oldProductIdentifier, {this.prorationMode});