mode property
Programming language mode for syntax highlighting.
Type: String
. Specifies the language for syntax highlighting.
Supported values: 'dart', 'json', 'yaml', 'sql', 'js', 'ts'.
Unsupported languages fall back to plain text display.
Implementation
final String mode;