EntityDdl constructor

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

Implementation

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