IndexDocumentsResponse constructor

IndexDocumentsResponse({
  1. List<String>? fieldNames,
})

Implementation

IndexDocumentsResponse({
  this.fieldNames,
});