Favouritess constructor

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

Implementation

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