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