Sku constructor
Sku({
- Category? category,
- String? description,
- GeoTaxonomy? geoTaxonomy,
- String? name,
- List<
PricingInfo> ? pricingInfo, - String? serviceProviderName,
- List<
String> ? serviceRegions, - String? skuId,
Implementation
Sku({
this.category,
this.description,
this.geoTaxonomy,
this.name,
this.pricingInfo,
this.serviceProviderName,
this.serviceRegions,
this.skuId,
});