DataSource constructor

DataSource({
  1. String? arn,
  2. String? databaseName,
  3. String? type,
})

Implementation

DataSource({
  this.arn,
  this.databaseName,
  this.type,
});