isValid method

bool isValid()

Implementation

bool isValid() => refreshToken != null && refreshToken!.isNotEmpty;