FastInstructions constructor

const FastInstructions({
  1. Key? key,
  2. required List<String> instructions,
})

Implementation

const FastInstructions({super.key, required this.instructions});