EventPlace constructor

EventPlace(
  1. int id,
  2. String place
)

Implementation

EventPlace(this.id, this.place);