tTrim static method
Basic Transformations
threshold
: threshold (Default: 10) Returns TransformationData.
Implementation
static TransformationData tTrim({int? threshold = 10}) {
return TTrim().trim(threshold);
}
Basic Transformations
threshold
: threshold (Default: 10)
Returns TransformationData.static TransformationData tTrim({int? threshold = 10}) {
return TTrim().trim(threshold);
}