DocumentLabel constructor

DocumentLabel({
  1. String? name,
  2. double? score,
})

Implementation

DocumentLabel({
  this.name,
  this.score,
});