Feature constructor

Feature({
  1. int? maxResults,
  2. required AnnotationType type,
})

Implementation

Feature({this.maxResults, required this.type});