OTAUpdateFile constructor

OTAUpdateFile({
  1. Map<String, String>? attributes,
  2. CodeSigning? codeSigning,
  3. FileLocation? fileLocation,
  4. String? fileName,
  5. int? fileType,
  6. String? fileVersion,
})

Implementation

OTAUpdateFile({
  this.attributes,
  this.codeSigning,
  this.fileLocation,
  this.fileName,
  this.fileType,
  this.fileVersion,
});