embed_annotation library

Classes

Embed
Base class for the all annotation classes that configures how content is embedded.
EmbedBinary
Annotation for embedding raw binary data as a List
EmbedLiteral
Annotation for embedding a structured data as a dart object.
EmbedStr
Annotation for embedding a text content as a string literal.
EscapeReservedKeywords
A preprocessor that adds a prefix '$' to all the reserved Dart keywords used as keys in the given key-value data.
Preprocessor
The base class of preprocessors.
Recase
A preprocessor that converts all string keys stored in the given key-value data to camelCase.
Replace
A preprocessor that replaces all substrings that match pattern with replacement.