token property

String get token

The specific token that should be removed from the cache.

Implementation

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

Implementation

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