ApiSearchMessageResponse constructor

ApiSearchMessageResponse({
  1. List<ItemSearchMessage> items = const [],
  2. int totalCount = 0,
})

Implementation

ApiSearchMessageResponse({
  this.items = const [],
  this.totalCount = 0,
});