trimAll method

List<String> trimAll()

Implementation

List<String> trimAll() => (this as Iterable<String>).trimAll() as List<String>;