SignData constructor
SignData({})
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,
});