EvaluationResponse constructor

EvaluationResponse(
  1. String flag,
  2. dynamic value
)

Implementation

EvaluationResponse(this.flag, this.value);