PostListPage constructor Null safety

const PostListPage(
  1. {Key? key}
)

Implementation

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