VerifyDataModel class

Inheritance

Constructors

VerifyDataModel.new({num? retries, bool? acknowledged, bool? dispatched, String? type, String? id, String? chargeId, String? reference, DataModel? data, String? cryptoChargeId, DateTime? createdAt, num? v})
VerifyDataModel.fromJson(String source)
factory
VerifyDataModel.fromMap(Map<String, dynamic> map)
factory

Properties

acknowledged bool?
finalinherited
chargeId String?
finalinherited
createdAt DateTime?
finalinherited
cryptoChargeId String?
finalinherited
data DataModel?
final
dispatched bool?
finalinherited
hashCode int
The hash code for this object.
no setteroverride
id String?
finalinherited
reference String?
finalinherited
retries num?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
finalinherited
v num?
finalinherited

Methods

copyWith({num? retries, bool? acknowledged, bool? dispatched, String? type, String? id, String? chargeId, String? reference, DataModel? data, String? cryptoChargeId, DateTime? createdAt, num? v}) VerifyDataModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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