BinLogCoordinates constructor

BinLogCoordinates({
  1. String? binLogFileName,
  2. String? binLogPosition,
  3. String? kind,
})

Implementation

BinLogCoordinates({
  this.binLogFileName,
  this.binLogPosition,
  this.kind,
});