Chain constructor

Chain({
  1. required int id,
  2. required String name,
  3. required String logoUrl,
})

Implementation

Chain({required this.id, required this.name, required this.logoUrl});