FieldLevelEncryptionList constructor

FieldLevelEncryptionList({
  1. required int maxItems,
  2. required int quantity,
  3. List<FieldLevelEncryptionSummary>? items,
  4. String? nextMarker,
})

Implementation

FieldLevelEncryptionList({
  required this.maxItems,
  required this.quantity,
  this.items,
  this.nextMarker,
});