Pets constructor

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

Implementation

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