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