HotReload constructor Null safety

const HotReload(
  1. {Key? key}
)

Implementation

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