menu
nudge_wallet package
documentation
entities/transactions.entity.dart
Coin
Coin.new constructor
Coin.new constructor
dark_mode
light_mode
Coin
constructor
Coin
(
{
dynamic
value
,
int
?
qty
,
required
int
amount
,
})
Implementation
Coin({
this
.value,
this
.qty,
required
this
.amount, });
nudge_wallet package
documentation
entities/transactions.entity
Coin
Coin.new constructor
Coin class
Constructors
new
fromJson
Properties
amount
hashCode
qty
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==