MicroPricing constructor

MicroPricing({
  1. int? price,
  2. int? duration,
})

Implementation

MicroPricing({
  this.price,
  this.duration,
});