storyTitle property

String? storyTitle

Property getter and setter for storyTitle:

Implementation

String? get storyTitle;
void storyTitle=(String? storyTitle)

Implementation

set storyTitle(String? storyTitle);