cashSigns top-level constant

String const cashSigns

Matches the cashtag prefix character. The dollar sign $ is escaped to avoid being treated as Dart string interpolation.

Implementation

const cashSigns = r'[$]';