hasToken property

LiveData<bool> hasToken
latefinal

Implementation

late final LiveData<bool> hasToken = _token.transform((value) => value != null, reactive: true);