BaseQuery constructor

BaseQuery({
  1. required Chat chat,
})

Implementation

BaseQuery({required this.chat});