Organizer constructor

Organizer(
  1. String name,
  2. OrganizerType type,
  3. List<Organizer> organizers
)

Abstract class for organizer panel in the left.

Implementation

Organizer(this.name, this.type, this.organizers);