SearchResponse constructor

SearchResponse({
  1. Object? P_context,
  2. Object? P_type,
  3. List<Object?>? itemListElement,
})

Implementation

SearchResponse({
  this.P_context,
  this.P_type,
  this.itemListElement,
});