markdown method

GameDialog markdown(
  1. String content
)

Implementation

GameDialog markdown(String content) =>
    copyWith.components.add(GameDialogMarkdownComponent(content));