africas_talking
africas_talking
AirtimeRecipient
AirtimeRecipient constructor
AirtimeRecipient
africas_talking
africas_talking
AirtimeRecipient
AirtimeRecipient constructor
AirtimeRecipient class
Constructors
AirtimeRecipient
Properties
amount
currency
hashCode
phoneNo
runtimeType
Methods
asMap
noSuchMethod
toString
Operators
operator ==
AirtimeRecipient
constructor
Null safety
AirtimeRecipient
(
{
required
double
amount
,
required
String
phoneNo
,
String
currency
=
'KES'
}
)
Implementation
AirtimeRecipient({required this.amount, required this.phoneNo, this.currency = 'KES'});