Fandom constructor

Fandom({
  1. required String name,
  2. required String url,
})

Implementation

Fandom({required this.name, required this.url});