length property

int get length

The number of currently unexpired cookies.

Implementation

int get length {
  _removeExpired();
  return _cookies.length;
}