VMessageStatusModel class

Constructors

VMessageStatusModel({required String deliveredAt, String? seenAt, required VIdentifierUser identifierUser})
const
VMessageStatusModel.fromMap(Map<String, dynamic> map)
factory

Properties

delivered DateTime
no setter
deliveredAt String
final
hashCode int
The hash code for this object.
no setteroverride
identifierUser VIdentifierUser
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seen DateTime?
no setter
seenAt String?
final

Methods

copyWith({String? dAt, String? sAt, VIdentifierUser? identifierUser}) VMessageStatusModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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