Bundle constructor
Bundle({})
Implementation
Bundle({
this.bundleId,
this.cpuCount,
this.diskSizeInGb,
this.instanceType,
this.isActive,
this.name,
this.power,
this.price,
this.ramSizeInGb,
this.supportedPlatforms,
this.transferPerMonthInGb,
});