HostedConfigurationVersion constructor

HostedConfigurationVersion({
  1. String? applicationId,
  2. String? configurationProfileId,
  3. Uint8List? content,
  4. String? contentType,
  5. String? description,
  6. int? versionNumber,
})

Implementation

HostedConfigurationVersion({
  this.applicationId,
  this.configurationProfileId,
  this.content,
  this.contentType,
  this.description,
  this.versionNumber,
});