name property

String get name

Implementation

String get name {
  return _name!.replaceAll("\\n", "n");
}