//TODO: Step 5 - Create a new class called StoryBrain.

This should be easy, you've already done it in step 2.

Step 5 - SOLUTION


//TODO: Step 6 - import the story.dart file into this file.

Step 6 - SOLUTION


//TODO: Step 7 - Uncomment the lines below to include storyData as a private property in StoryBrain. 
Hint: You might need to import something to make this work.

Remember, the shortcut for uncommenting multiple lines in Android Studio is command + / for mac, and control + / for windows.

Step 7 - SOLUTION