SseMethodAnnotation constructor

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

Implementation

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