isSuccess property
bool
get
isSuccess
Whether the mutation was successful.
Implementation
bool get isSuccess => state.isSuccess;
Whether the mutation was successful.
bool get isSuccess => state.isSuccess;