getTrimmedLength method

int getTrimmedLength([
  1. int? cols
])

Implementation

int getTrimmedLength([int? cols]) => _data.getTrimmedLength(cols);