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