tTrim static method

TransformationData tTrim({
  1. int? threshold = 10,
})

Basic Transformations

  • threshold : threshold (Default: 10)

Returns TransformationData.

Implementation

static TransformationData tTrim({int? threshold = 10}) {
  // Call the generated class method
  return TTrim().trim(threshold);
}