ApiSearchMessageResponse constructor
ApiSearchMessageResponse({
- List<
ItemSearchMessage> ? items, - int? totalCount,
Implementation
ApiSearchMessageResponse({
this.items,
this.totalCount,
});