Favourites constructor

const Favourites({
  1. Key? key,
})

Implementation

const Favourites({Key? key}) : super(key: key);