BackendServiceHttpCookie constructor

BackendServiceHttpCookie({
  1. String? name,
  2. String? path,
  3. Duration? ttl,
})

Implementation

BackendServiceHttpCookie({this.name, this.path, this.ttl});