toElegantString property

String toElegantString

Implementation

String get toElegantString {
  if (this != null && this ==true) {
    return "Sim";
  } else {
    return "Não";
  }
}