accessToken property Null safety

String? accessToken

获取当前登录用户token

Implementation

String? get accessToken => _accessToken;