ApprovalRequestDetailResponseModel class
The ApprovalRequestDetailResponseModel
class represents the response of an approval request detail.
Constructors
- ApprovalRequestDetailResponseModel({required ApprovalRequestDetailDataModel data, MetaData? meta})
-
Creates an instance of the
ApprovalRequestDetailResponseModel
class. -
ApprovalRequestDetailResponseModel.fromJson(Map<
String, dynamic> json) -
Creates an instance of the
ApprovalRequestDetailResponseModel
class from a JSON map.factory
Properties
- data → ApprovalRequestDetailDataModel
-
The data of the approval request detail.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- meta → MetaData?
-
The metadata associated with the approval request detail.
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