response property

BundleResponse? response

response Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.

Implementation

BundleResponse? get response => _bundleEntry.response;