LunRange constructor

LunRange({
  1. int? quantity,
  2. int? sizeGb,
})

Implementation

LunRange({
  this.quantity,
  this.sizeGb,
});