ChatShort class

Minimal chat representation.

Annotations
  • @freezed

Constructors

ChatShort({@JsonKey(name: 'jid') required String jid, @JsonKey(name: 'chat_type') required String chatType, @JsonKey(name: 'display_name') required String displayName, @JsonKey(name: 'icons') required IconData icons})
const
factory
ChatShort.fromJson(Map<String, dynamic> json)
factory

Properties

chatType String
Chat type.
no setterinherited
copyWith → $ChatShortCopyWith<ChatShort>
no setterinherited
displayName String
Title.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icons IconData
Icon data.
no setterinherited
jid String
Group/Task/Contact id.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited