getDelimiterQuotationEnd method

String getDelimiterQuotationEnd()

Return the default Delimiter QuotationEnd information in this locale.

Implementation

String getDelimiterQuotationEnd() {
  final String jscode1 =
      'new LocaleInfo("$locale").getDelimiterQuotationEnd()';
  final String result = ILibJS.instance.evaluate(jscode1).stringResult;
  return result;
}