SourceSqlChange constructor

SourceSqlChange({
  1. String? sqlCode,
})

Implementation

SourceSqlChange({
  this.sqlCode,
});