CommercioDocEncryptionData constructor

const CommercioDocEncryptionData({
  1. required List<CommercioDocEncryptionDataKey> keys,
  2. required Set<CommercioEncryptedData> encryptedData,
})

Implementation

const CommercioDocEncryptionData({
  required this.keys,
  required this.encryptedData,
});