payhere_flutter
payhere_flutter
Item
toJson method
toJson
payhere_flutter
payhere_flutter
Item
toJson method
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 ==
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => _$ItemToJson(this);