Sub2ApiAdminChannelDefaultPricing constructor
const
Sub2ApiAdminChannelDefaultPricing({
- required bool found,
- Sub2ApiDecimal? inputPrice,
- Sub2ApiDecimal? outputPrice,
- Sub2ApiDecimal? cacheWritePrice,
- Sub2ApiDecimal? cacheReadPrice,
- Sub2ApiDecimal? imageInputPrice,
- Sub2ApiDecimal? imageOutputPrice,
Implementation
const Sub2ApiAdminChannelDefaultPricing({
required this.found,
this.inputPrice,
this.outputPrice,
this.cacheWritePrice,
this.cacheReadPrice,
this.imageInputPrice,
this.imageOutputPrice,
});