payhere_flutter
payhere_flutter
Item
Item.fromJson factory constructor
Item.fromJson
payhere_flutter
payhere_flutter
Item
Item.fromJson factory constructor
Item class
Constructors
Item
create
fromJson
Properties
amount
id
name
quantity
hashCode
runtimeType
Methods
getAmount
getId
getName
getQuantity
setAmount
setId
setName
setQuantity
toJson
noSuchMethod
toString
Operators
operator ==
Item.fromJson
constructor
Item.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Item.fromJson(Map<String, dynamic> json) => _$ItemFromJson(json);