assets property

Assets list

Implementation

final ValueNotifier<List<StoryElement>> assets =
    ValueNotifier<List<StoryElement>>(<StoryElement>[]);