isFailed method

bool isFailed()

Checks if the wallet action has failed.

Implementation

bool isFailed() => status == 'failed';