MethodAnnotation constructor

const MethodAnnotation(
  1. String name, {
  2. required String? path,
})

Implementation

const MethodAnnotation(super.name, {required super.path});