UserNotificationVO class
Constructors
-
UserNotificationVO.new({String? uid, DocumentSnapshot<
Object?> ? snapshot, String? message, String? userId, String? from, ChannelData? channelData, NotificationState? state, List<NotificationChannelType> ? channelTypes, required DateTime createdAt, DateTime? updatedAt, DateTime? deliveredAt, DateTime? readAt, Map<String, dynamic> ? metadata}) -
const
- UserNotificationVO.fromModel(UserNotificationModel model)
-
factory
Properties
- channelData → ChannelData?
-
final
-
channelTypes
→ List<
NotificationChannelType> ? -
final
- createdAt → DateTime
-
final
- deliveredAt → DateTime?
-
final
- from → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
final
-
metadata
→ Map<
String, dynamic> ? -
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- readAt → DateTime?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
snapshot
→ DocumentSnapshot<
Object?> ? -
final
- state → NotificationState?
-
final
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - uid → String?
-
final
- updatedAt → DateTime?
-
final
- userId → String?
-
final
Methods
-
copyWith(
{String? uid, DocumentSnapshot< Object?> ? snapshot, String? message, String? userId, String? from, ChannelData? channelData, NotificationState? state, List<NotificationChannelType> ? channelTypes, DateTime? createdAt, DateTime? updatedAt, DateTime? deliveredAt, DateTime? readAt, Map<String, dynamic> ? metadata}) → UserNotificationVO -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toModel(
) → UserNotificationModel -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited