CheckResult constructor

CheckResult(
  1. int result,
  2. String? value
)

Implementation

CheckResult(this.result, this.value);