UsersUserFull constructor

const UsersUserFull({
  1. required UserFullBase fullUser,
  2. required List<ChatBase> chats,
  3. required List<UserBase> users,
})

Users User Full constructor.

Implementation

const UsersUserFull({
  required this.fullUser,
  required this.chats,
  required this.users,
}) : super._();