SqlIntegration constructor

SqlIntegration({
  1. String? createTime,
  2. String? name,
  3. String? sqlInstance,
  4. String? state,
  5. String? updateTime,
})

Implementation

SqlIntegration({
  this.createTime,
  this.name,
  this.sqlInstance,
  this.state,
  this.updateTime,
});