menu
dsbuild package
documentation
transformer.dart
ExactReplace
replacements property
replacements property
dark_mode
light_mode
replacements
property
IList
<
(
{
String
match
,
String
replace
}
)
>
replacements
getter/setter pair
Patterns and their substitutions.
Implementation
IList<({String match, String replace})> replacements;
dsbuild package
documentation
transformer
ExactReplace
replacements property
ExactReplace class