endOffset method

Trim endOffset(
  1. dynamic offset
)

Implementation

Trim endOffset(dynamic offset) {
  _endOffset = offset;
  return this;
}