Sub2ApiAdminChannelDefaultPricing constructor

const Sub2ApiAdminChannelDefaultPricing({
  1. required bool found,
  2. Sub2ApiDecimal? inputPrice,
  3. Sub2ApiDecimal? outputPrice,
  4. Sub2ApiDecimal? cacheWritePrice,
  5. Sub2ApiDecimal? cacheReadPrice,
  6. Sub2ApiDecimal? imageInputPrice,
  7. Sub2ApiDecimal? imageOutputPrice,
})

Implementation

const Sub2ApiAdminChannelDefaultPricing({
  required this.found,
  this.inputPrice,
  this.outputPrice,
  this.cacheWritePrice,
  this.cacheReadPrice,
  this.imageInputPrice,
  this.imageOutputPrice,
});