face property
String
get
face
Implementation
String get face {
if (isRoot) return "ROOT";
if (tag == null) return "<>";
return tag!.name;
}
String get face {
if (isRoot) return "ROOT";
if (tag == null) return "<>";
return tag!.name;
}