OneTimeProductListing constructor

OneTimeProductListing({
  1. String? description,
  2. String? languageCode,
  3. String? title,
})

Implementation

OneTimeProductListing({this.description, this.languageCode, this.title});