code property
NotusAttribute<String>
get
code
Formats a block of lines as a code snippet, using monospace font.
Implementation
NotusAttribute<String> get code =>
NotusAttribute<String>._(key, scope, 'code');