ApiMessageResponse constructor
ApiMessageResponse({
- int skip = 0,
- int take = 10,
- List<
ApiListMessageResponse> messages = const [], - List<
ApiUserRoomResponse> users = const [], - String lastReadMessageId = '',
- String userSendLastRead = '',
- String lastReadMessageTimeSend = '',
- String messageId = '',
- String message = '',
- String textSearch = '',
- int totalCountFinded = 0,
Implementation
ApiMessageResponse({
this.skip = 0,
this.take = 10,
this.messages = const [],
this.users = const [],
this.lastReadMessageId = '',
this.userSendLastRead = '',
this.lastReadMessageTimeSend = '',
this.messageId = '',
this.message = '',
this.textSearch = '',
this.totalCountFinded = 0,
});