Cloudprovider constructor
Cloudprovider({})
Returns a new Cloudprovider instance.
Implementation
Cloudprovider({
this.providerId,
required this.name,
this.parentCompany,
this.marketingHomepageUrl,
this.dateCreated,
this.lastUpdated,
this.active,
});