getDtoUsers method
Constructs a new list of DtoUsers from this ChatContactMixin.
Implementation
List<DtoUser> getDtoUsers() => users.map((e) => e.toDto()).toList();
Constructs a new list of DtoUsers from this ChatContactMixin.
List<DtoUser> getDtoUsers() => users.map((e) => e.toDto()).toList();