ExportedStoryLink constructor

const ExportedStoryLink({
  1. required String link,
})

Exported Story Link constructor.

Implementation

const ExportedStoryLink({required this.link}) : super._();