NotifyCanisterArgs constructor
const
NotifyCanisterArgs({})
Implementation
const NotifyCanisterArgs({
this.toSubAccount,
this.fromSubAccount,
required this.toCanister,
required this.maxFee,
required this.blockHeight,
});