ServerCookieAnnotation constructor
ServerCookieAnnotation({
- required String? name,
- required ServerPipe? pipe,
Implementation
ServerCookieAnnotation({required this.name, required this.pipe});