RuntimeCall constructor
const
RuntimeCall({})
Implementation
const RuntimeCall({
required this.palletName,
required this.palletIndex,
required this.callName,
required this.callIndex,
required this.args,
});
const RuntimeCall({
required this.palletName,
required this.palletIndex,
required this.callName,
required this.callIndex,
required this.args,
});