yaml/utils library
Properties
- yamlWarningCallback ↔ YamlWarningCallback
-
A callback for emitting a warning.
getter/setter pair
Functions
-
isHighSurrogate(
int codeUnit) → bool -
Whether
codeUnitis a UTF-16 high surrogate. -
isLowSurrogate(
int codeUnit) → bool -
Whether
codeUnitis a UTF-16 low surrogate. -
warn(
String message, [SourceSpan? span]) → void - Print a warning.
Typedefs
- YamlWarningCallback = void Function(String message, [SourceSpan? span])
- A callback for emitting a warning.