Fandom constructor Null safety

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

Implementation

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