DateRecord constructor

DateRecord(
  1. String dateString,
  2. DateRecordType type,
  3. double recognitionConfidenceValue
)

Implementation

DateRecord(this.dateString, this.type, this.recognitionConfidenceValue);