appendCodeSimple method

void appendCodeSimple(
  1. Object text
)

Appends simple code to message

Implementation

void appendCodeSimple(Object text) => appendWithDecoration(text, MessageDecoration.codeSimple);