ObjectArraySymbol constructor

const ObjectArraySymbol(
  1. String name,
  2. CitrusObjectArray value
)

Implementation

const ObjectArraySymbol(this.name, this.value);