LookupConfiguration constructor

LookupConfiguration(
  1. dynamic documentList
)

Implementation

LookupConfiguration(documentList) {
  this.documentList = documentList;
}