IDFlowFieldResult constructor

const IDFlowFieldResult({
  1. String? front,
  2. String? back,
  3. double? match,
})

Implementation

const IDFlowFieldResult({this.front, this.back, this.match});