LabelAnnotation constructor Null safety

LabelAnnotation(
  1. {required String? mid,
  2. required String description,
  3. required double score,
  4. required double topicality}
)

Implementation

LabelAnnotation(
    {required this.mid,
    required this.description,
    required this.score,
    required this.topicality});