trimmed property

String get trimmed

Returns the trimmed value

Implementation

String get trimmed => value.trim();