hasExpired property

bool get hasExpired

Implementation

bool get hasExpired{
  return _credentials!.accessToken.hasExpired;
}