stringInterpolationEnd property

  1. @override
String stringInterpolationEnd
override

a single character that marked the end of interpolation in strings.

Implementation

@override
String get stringInterpolationEnd => r'}';