WriteResponse constructor

WriteResponse({
  1. String? commitTime,
  2. String? streamId,
  3. String? streamToken,
  4. List<WriteResult>? writeResults,
})

Implementation

WriteResponse({
  this.commitTime,
  this.streamId,
  this.streamToken,
  this.writeResults,
});