currentStoryName property

String? currentStoryName

Implementation

String? get currentStoryName => _currentStoryName;
void currentStoryName=(String? value)

Implementation

set currentStoryName(String? value) {
  _currentStoryName = value;
  notifyListeners();
}