OpResultValueReference constructor

OpResultValueReference(
  1. OpResult opResult, {
  2. int? resultIndex,
  3. String? propName,
})

Implementation

OpResultValueReference(this.opResult, {this.resultIndex, this.propName});