GoogleLongrunningOperation constructor

GoogleLongrunningOperation({
  1. bool? done,
  2. GoogleRpcStatus? error,
  3. Map<String, Object>? metadata,
  4. String? name,
  5. Map<String, Object>? response,
})

Implementation

GoogleLongrunningOperation({
  this.done,
  this.error,
  this.metadata,
  this.name,
  this.response,
});