isLocalSuccess property

bool get isLocalSuccess

Checks if the result is a local success.

Implementation

bool get isLocalSuccess => this is LocalSuccessResult;