SendOpts constructor

const SendOpts({
  1. BigInt? fee,
  2. BigInt? memo,
  3. int? fromSubAccount,
  4. DateTime? createAtTime,
})

Implementation

const SendOpts({
  this.fee,
  this.memo,
  this.fromSubAccount,
  this.createAtTime,
});