token property

String? token

The readonly push token.

Implementation

String? get token {
  return this._token;
}