DependencyList constructor Null safety

const DependencyList(
  1. {Key? key}
)

Implementation

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