InboxModel class

Constructors

InboxModel.new({required int id, required String imageUrl, required bool isFavorite, required String lastMessage, required String lastMessageTime, required String name, required String status})

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
final
imageUrl String
final
isFavorite bool
final
lastMessage String
final
lastMessageTime String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final

Methods

getFormattedTime() String
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