title method

dynamic title()

Implementation

title() {
  List<String> list = (text ?? 'Неизвестная ошибка|||').split('|||');
  return list[0];
}