MigrationSource constructor

MigrationSource({
  1. String? hostPort,
  2. String? referenceId,
  3. String? sourceType,
})

Implementation

MigrationSource({
  this.hostPort,
  this.referenceId,
  this.sourceType,
});