StoryText.url constructor

StoryText.url(
  1. String text
)

Implementation

factory StoryText.url(String text) {
  return StoryText(text: text);
}