ObjectSymbol constructor

const ObjectSymbol(
  1. String name,
  2. CitrusObject value
)

Implementation

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