trimr function

String trimr(
  1. dynamic s$1
)

Implementation

dc.String trimr(dc.dynamic s$1, ){
return ((s$1 as dc.String).trimRight());
}