EnsureFullCommitResponse constructor

EnsureFullCommitResponse({
  1. required String instanceStartTime,
  2. required bool ok,
})

Implementation

EnsureFullCommitResponse({
  required this.instanceStartTime,
  required this.ok,
});