RunFunctionCall constructor

const RunFunctionCall({
  1. required String name,
  2. required String arguments,
})

Creates a RunFunctionCall.

Implementation

const RunFunctionCall({required this.name, required this.arguments});