InAppPurchaseModel class

id : 1 phoneId : "HelloWorld" email : "devloperrb73375@gmail.com" appleIdCode : "" purchaseId : "Dsa kjaskj" productId : "RehanAbbas" appPackage : "com.app.apple" appVersion : "" status : "purcahsed" itemValue : "200" created_at : "2023-04-02T08:07:54.000000Z" updated_at : "2023-04-02T08:07:54.000000Z"

Constructors

InAppPurchaseModel({num? id, String? phoneId, String? email, String? appleIdCode, String? purchaseId, String? productId, String? appPackage, String? appVersion, String? status, String? itemValue, String? createdAt, String? updatedAt})
InAppPurchaseModel.fromJson(dynamic json)

Properties

appleIdCode String?
no setter
appPackage String?
no setter
appVersion String?
no setter
createdAt String?
no setter
email String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id num?
no setter
itemValue String?
no setter
phoneId String?
no setter
productId String?
no setter
purchaseId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
no setter
updatedAt String?
no setter

Methods

copyWith({num? id, String? phoneId, String? email, String? appleIdCode, String? purchaseId, String? productId, String? appPackage, String? appVersion, String? status, String? itemValue, String? createdAt, String? updatedAt}) InAppPurchaseModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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