textInBackendFormat property

String get textInBackendFormat

The text formatted in backend format. Do not use controller.text directly.

Implementation

String get textInBackendFormat => text.replaceAll(spaceMarker, '');