isError property
bool
get
isError
Check if the result is an error.
Implementation
bool get isError => this is PlayxVersionUpdateErrorResult<T>;
Check if the result is an error.
bool get isError => this is PlayxVersionUpdateErrorResult<T>;