LabelSchema constructor

LabelSchema({
  1. required Map<String, List<String>> labelMapper,
})

Implementation

LabelSchema({
  required this.labelMapper,
});