NotificationDetailResponseModel class

The NotificationDetailResponseModel class represents a response model for notification details.

It contains a NotificationDetailModel object representing the notification details, and an optional MetaData object.

Constructors

NotificationDetailResponseModel({required NotificationDetailModel data, MetaData? meta})
Creates a new instance of the NotificationDetailResponseModel class.
NotificationDetailResponseModel.fromJson(Map<String, dynamic> json)
Creates a new instance of the NotificationDetailResponseModel class from a JSON map.
factory

Properties

data NotificationDetailModel
The notification detail data.
final
hashCode int
The hash code for this object.
no setterinherited
meta MetaData?
Additional metadata associated with the notification detail response (optional).
final
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
toString() String
A string representation of this object.
inherited

Operators

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