sanitize property

String get sanitize

각종 특수 문자를 없앤다.

Implementation

String get sanitize => trim().replaceAll(RegExp(r'[\r\n\t]'), " ");