SignData constructor

SignData({
  1. required String file64,
  2. required String fileName,
  3. required String reason,
  4. required String token,
  5. required String pin,
  6. required String certificateId,
  7. required int fileSize,
  8. required String host,
  9. required Uint8List bytes,
})

Implementation

SignData({
  required this.file64,
  required this.fileName,
  required this.reason,
  required this.token,
  required this.pin,
  required this.certificateId,
  required this.fileSize,
  required this.host,
  required this.bytes,
});