ChatModel constructor

ChatModel({
  1. bool? status,
  2. String? code,
  3. List<Chat>? chat,
})

Implementation

ChatModel({this.status, this.code, this.chat});