DetectedItems constructor

DetectedItems({
  1. List<Item>? items,
  2. String? richResultType,
})

Implementation

DetectedItems({
  this.items,
  this.richResultType,
});