CheckConsistencyResponse constructor

CheckConsistencyResponse({
  1. bool? consistent,
})

Implementation

CheckConsistencyResponse({
  this.consistent,
});