GroupChatModelInterface class abstract
- Inheritance
- Implementers
Constructors
- 
          GroupChatModelInterface({String? id, List<ChatMessageModel> ? messages = const [], DateTime? lastUsed, ChatMessageModel? lastMessage, int? unreadMessages, bool canBeDeleted = true})
Properties
- canBeDeleted → bool
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  
  getter/setter pairinherited
- imageUrl → String
- 
  
  no setter
- lastMessage → ChatMessageModel?
- 
  
  finalinherited
- lastUsed → DateTime?
- 
  
  finalinherited
- 
  messages
  → List<ChatMessageModel> ?
- 
  
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- title → String
- 
  
  no setter
- unreadMessages → int?
- 
  
  finalinherited
- 
  users
  → List<ChatUserModel> 
- 
  
  no setter
Methods
- 
  copyWith({String? id, List< ChatMessageModel> ? messages, int? unreadMessages, DateTime? lastUsed, ChatMessageModel? lastMessage, String? title, String? imageUrl, List<ChatUserModel> ? users, bool? canBeDeleted}) → GroupChatModelInterface
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited