OTAUpdateFile constructor
      
      OTAUpdateFile({ 
    
    
- Map<String, String> ? attributes,
- CodeSigning? codeSigning,
- FileLocation? fileLocation,
- String? fileName,
- int? fileType,
- String? fileVersion,
Implementation
OTAUpdateFile({
  this.attributes,
  this.codeSigning,
  this.fileLocation,
  this.fileName,
  this.fileType,
  this.fileVersion,
});