ChatAppbarData constructor

const ChatAppbarData({
  1. required bool isDeleted,
  2. required Profile profile,
  3. required Status status,
  4. required List<Typing> typings,
})

Implementation

const ChatAppbarData({
  required this.isDeleted,
  required this.profile,
  required this.status,
  required this.typings,
});