CommercioDocEncryptionData constructor
const
CommercioDocEncryptionData({
- required List<
CommercioDocEncryptionDataKey> keys, - required List<
String> encryptedData,
Implementation
const CommercioDocEncryptionData({
required this.keys,
required this.encryptedData,
});