OSDescription constructor

OSDescription({
  1. String? offer,
  2. String? plan,
  3. String? publisher,
  4. String? type,
})

Implementation

OSDescription({this.offer, this.plan, this.publisher, this.type});