ResultLabels constructor

ResultLabels({
  1. String? displayName,
  2. String? labelWithOp,
  3. String? name,
})

Implementation

ResultLabels({this.displayName, this.labelWithOp, this.name});