DeviceCapabilities constructor
DeviceCapabilities({})
Implementation
DeviceCapabilities({
this.compressionSupported = false,
this.checksumSupported = false,
this.uploadEnabled = false,
this.signatureRequired = false,
this.pinChangeSupported = false,
});