TruncateToFixedNonWhitespaceLengthTransformation constructor

const TruncateToFixedNonWhitespaceLengthTransformation({
  1. required int length,
  2. required String truncationIndicator,
  3. required TruncateAt truncateAt,
})

Implementation

const TruncateToFixedNonWhitespaceLengthTransformation({
  required this.length,
  required this.truncationIndicator,
  required this.truncateAt,
});