payhere_flutter
payhere_flutter
Item
setId method
setId
payhere_flutter
payhere_flutter
Item
setId 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 ==
setId
method
void
setId
(
String
id
)
Implementation
void setId(String id) { this.id = id; }