Instructions constructor

const Instructions(
  1. {Key? key}
)

Implementation

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