getError method

Map? getError()

Implementation

Map? getError() {
  return !_isSuccess ? _response.getError() : null;
}