ShowStoryBoxOptions constructor

ShowStoryBoxOptions([
  1. void updates(
    1. ShowStoryBoxOptionsBuilder
    )
])

Implementation

factory ShowStoryBoxOptions(
        [void Function(ShowStoryBoxOptionsBuilder) updates]) =
    _$ShowStoryBoxOptions;