AirtimeRecipient constructor Null safety

AirtimeRecipient(
  1. {required double amount,
  2. required String phoneNo,
  3. String currency = 'KES'}
)

Implementation

AirtimeRecipient({required this.amount, required this.phoneNo, this.currency = 'KES'});