EventPerformer constructor

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

Implementation

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