isError property

bool get isError

Check if the result is an error.

Implementation

bool get isError => this is PlayxVersionUpdateErrorResult<T>;