EventOrganizer constructor

const EventOrganizer({
  1. required String name,
  2. String? url,
})

Implementation

const EventOrganizer({required this.name, this.url});