isSucceeded method

bool isSucceeded()

Implementation

bool isSucceeded() => data?.token?.isNotEmpty ?? false;