valueWithoutHyphens property

String valueWithoutHyphens

Implementation

String get valueWithoutHyphens => value.replaceAll('-', ' ');