ServerCookieAnnotation constructor

ServerCookieAnnotation({
  1. required String? name,
  2. required ServerPipe? pipe,
})

Implementation

ServerCookieAnnotation({required this.name, required this.pipe});