ExportedStoryLink constructor
const
ExportedStoryLink({
- required String link,
Exported Story Link constructor.
Implementation
const ExportedStoryLink({required this.link}) : super._();
Exported Story Link constructor.
const ExportedStoryLink({required this.link}) : super._();