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