EncryptedFieldsConfiguration constructor

const EncryptedFieldsConfiguration({
  1. Set<String> accessLog = const {"detail", "objectId"},
  2. Set<String> calendarItem = const {"descr", "notes[].markdown"},
  3. Set<String> contact = const {"descr", "notes[].markdown"},
  4. Set<String> service = const {"notes[].markdown"},
  5. Set<String> healthElement = const {"descr", "note", "notes[].markdown"},
  6. Set<String> maintenanceTask = const {"properties"},
  7. Set<String> patient = const {"note", "notes[].markdown"},
  8. Set<String> message = const {"subject"},
  9. Set<String> topic = const {"description", "linkedServices", "linkedHealthElements"},
  10. Set<String> document = const {},
  11. Set<String> form = const {},
  12. Set<String> receipt = const {},
  13. Set<String> classification = const {},
  14. Set<String> timeTable = const {},
  15. Set<String> invoice = const {},
})

Implementation

const EncryptedFieldsConfiguration({
  this.accessLog = const {"detail", "objectId"},
  this.calendarItem = const {"descr", "notes[].markdown"},
  this.contact = const  {"descr", "notes[].markdown"},
  this.service = const {"notes[].markdown"},
  this.healthElement = const {"descr", "note", "notes[].markdown"},
  this.maintenanceTask = const {"properties"},
  this.patient = const {"note", "notes[].markdown"},
  this.message = const {"subject"},
  this.topic = const {"description", "linkedServices", "linkedHealthElements"},
  this.document = const {},
  this.form = const {},
  this.receipt = const {},
  this.classification = const {},
  this.timeTable = const {},
  this.invoice = const {}
});