withLtGtOrNot method

String withLtGtOrNot()

add <> or not if empty

Implementation

String withLtGtOrNot() => trim().isEmpty ? '' : withLtGt();