DialogEntity constructor

DialogEntity(
  1. int id,
  2. String name
)

Implementation

DialogEntity(this.id, this.name);