Stage constructor

Stage({
  1. List<Value>? args,
  2. String? name,
  3. Map<String, Value>? options,
})

Implementation

Stage({this.args, this.name, this.options});