ApiSearchMessageResponse constructor
ApiSearchMessageResponse({
- List<
ItemSearchMessage> items = const [], - int totalCount = 0,
Implementation
ApiSearchMessageResponse({
this.items = const [],
this.totalCount = 0,
});