dartCode property

String dartCode

Implementation

String get dartCode {
  // strip the backticks
  return lexeme.substring(1, lexeme.length - 1);
}