Channels constructor

Channels({
  1. String? code,
  2. String? name,
  3. String? description,
  4. String? paymentIntrucionsDoc,
  5. TransactionFee? transactionFee,
})

Implementation

Channels(
    {this.code,
      this.name,
      this.description,
      this.paymentIntrucionsDoc,
      this.transactionFee});