storeId property

String get storeId

The ID of the cookie store containing this cookie, as provided in getAllCookieStores().

Implementation

String get storeId => _wrapped.storeId;
set storeId (String v)

Implementation

set storeId(String v) {
  _wrapped.storeId = v;
}