getDtoUsers method

List<DtoUser> getDtoUsers()

Constructs a new list of DtoUsers from this ChatContactMixin.

Implementation

List<DtoUser> getDtoUsers() => users.map((e) => e.toDto()).toList();