WriteResponse constructor
WriteResponse({
- String? commitTime,
- String? streamId,
- String? streamToken,
- List<
WriteResult> ? writeResults,
Implementation
WriteResponse({
this.commitTime,
this.streamId,
this.streamToken,
this.writeResults,
});