HealthInsuranceCardField constructor

HealthInsuranceCardField(
  1. HealthInsuranceCardFieldType type,
  2. String value,
  3. double confidence
)

Implementation

HealthInsuranceCardField(this.type, this.value, this.confidence);