IOrganizer constructor

IOrganizer({
  1. String? name,
  2. String? email,
})

Implementation

IOrganizer({this.name, this.email});