removePrefixLength method

String removePrefixLength(
  1. int i
)

移出头部指定长度

Implementation

String removePrefixLength(int i) => substring(i, length);