ConstructorCall constructor

const ConstructorCall(
  1. String name,
  2. DynamicMap arguments
)

Creates a ConstructorCall for a widget of the given name in the current library's scope, with the given arguments.

The arguments must not be mutated after the object is created.

Implementation

const ConstructorCall(this.name, this.arguments);