triml function

String triml(
  1. dynamic s$1
)

Implementation

dc.String triml(dc.dynamic s$1, ){
return ((s$1 as dc.String).trimLeft());
}