DocumentSearchModel constructor

DocumentSearchModel({
  1. List<String>? clientReferenceId,
  2. String? tenantId,
  3. String? boundaryCode,
  4. bool? isDeleted = false,
})

Implementation

DocumentSearchModel({
  this.clientReferenceId,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}):  super();