Response<T>.create constructor
Custom response with explicit success flag, optional error message and value
Implementation
Response.create(this._isSuccess, {String? errorMessage, this.value})
: _errorMessage = errorMessage;