Input$CheckAnnotationRange constructor

Input$CheckAnnotationRange({
  1. int? endColumn,
  2. required int endLine,
  3. int? startColumn,
  4. required int startLine,
})

Implementation

Input$CheckAnnotationRange(
    {this.endColumn,
    required this.endLine,
    this.startColumn,
    required this.startLine});