RefreshJoke constructor Null safety

const RefreshJoke(
  1. {Key? key}
)

Implementation

const RefreshJoke({
  Key? key,
}) : super(key: key);