EntitySearchResponse constructor

EntitySearchResponse({
  1. List<Entity> entities,
  2. String nextResults,
  3. num total,
})

Implementation

EntitySearchResponse({this.entities, this.nextResults, this.total});