LeapFunctionCall constructor
const
LeapFunctionCall({})
Creates a new LeapFunctionCall.
Implementation
const LeapFunctionCall({
required this.id,
required this.name,
required this.arguments,
});
Creates a new LeapFunctionCall.
const LeapFunctionCall({
required this.id,
required this.name,
required this.arguments,
});