EntityDdl constructor

EntityDdl({
  1. String? ddl,
  2. String? ddlType,
  3. String? entity,
  4. String? entityType,
  5. List<String>? issueId,
})

Implementation

EntityDdl({
  this.ddl,
  this.ddlType,
  this.entity,
  this.entityType,
  this.issueId,
});