trimBoth method

String? trimBoth()

Implementation

String? trimBoth() => this?.trimLeft().trimRight();