CookieExtractable<T> constructor

const CookieExtractable<T>(
  1. String name
)

Reads the cookie named name.

Implementation

const CookieExtractable(this.name);