token property

String? token

Obtains token

Implementation

String? get token {
  return _token;
}