escapeReservedKeywords constant

EscapeReservedKeywords const escapeReservedKeywords

A preprocessor that adds a prefix '$' to all the reserved Dart keywords used as keys in the given key-value data.

e.g. if and case will be converted to $if and $case, respectively.

Implementation

static const escapeReservedKeywords = EscapeReservedKeywords._();