stringInterpolationStart property

  1. @override
String stringInterpolationStart
override

a character sequence that marked the start of interpolation in strings.

Implementation

@override
String get stringInterpolationStart => r'${';