DetectDataModel constructor

const DetectDataModel({
  1. List<List<DetectItemModel>>? detections,
})

Implementation

const factory DetectDataModel({
  /// Translations contains list of translation results of given text
  List<List<DetectItemModel>>? detections,
}) = _DetectDataModel;