StoryLink constructor

StoryLink({
  1. String? value,
  2. String? type,
  3. String? tag,
})

Implementation

StoryLink({this.value, this.type, this.tag});