Input$CheckAnnotationData constructor

Input$CheckAnnotationData({
  1. required Enum$CheckAnnotationLevel annotationLevel,
  2. required Input$CheckAnnotationRange location,
  3. required String message,
  4. required String path,
  5. String? rawDetails,
  6. String? title,
})

Implementation

Input$CheckAnnotationData(
    {required this.annotationLevel,
    required this.location,
    required this.message,
    required this.path,
    this.rawDetails,
    this.title});