ChatContactMixin mixin
Properties
-
emails
↔ List<
ChatContactMixin$Emails> -
getter/setter pair
- favoritePosition ↔ ChatContactFavoritePosition?
-
getter/setter pair
-
groups
↔ List<
ChatContactMixin$Groups> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ ChatContactId
-
getter/setter pair
- name ↔ UserName
-
getter/setter pair
-
phones
↔ List<
ChatContactMixin$Phones> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
users
↔ List<
ChatContactMixin$Users> -
getter/setter pair
- ver ↔ ChatContactVersion
-
getter/setter pair
Methods
-
getDtoUsers(
) → List< DtoUser> -
Available on ChatContactMixin, provided by the ChatContactConversion extension
Constructs a new list of DtoUsers from this ChatContactMixin. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
{ChatContactsCursor? cursor, FavoriteChatContactsCursor? favoriteCursor}) → DtoChatContact -
Available on ChatContactMixin, provided by the ChatContactConversion extension
Constructs a new DtoChatContact from this ChatContactMixin. -
toModel(
) → ChatContact -
Available on ChatContactMixin, provided by the ChatContactConversion extension
Constructs a new ChatContact from this ChatContactMixin. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited