Provider constructor

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

Implementation

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