BeneficiariesWidget constructor
const
BeneficiariesWidget({})
Implementation
const BeneficiariesWidget({
Key? key,
this.platform,
this.tenant,
this.authorization,
this.billType,
required this.baseUrl,
bool? isTransfer,
}) : this.isTransfer = isTransfer ?? true,
super(key: key);