Channels constructor
Channels({
- String? code,
- String? name,
- String? description,
- String? paymentIntrucionsDoc,
- TransactionFee? transactionFee,
Implementation
Channels(
{this.code,
this.name,
this.description,
this.paymentIntrucionsDoc,
this.transactionFee});