payhere_flutter
payhere_flutter
Item
setAmount method
setAmount
payhere_flutter
payhere_flutter
Item
setAmount 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 ==
setAmount
method
void
setAmount
(
double
amount
)
Implementation
void setAmount(double amount) { this.amount = amount; }