first property

String first

Implementation

String get first {
  return toString().replaceAll("Symbol(\"", "").replaceAll('")', "");
}