ToTitleCaseTransformation constructor

const ToTitleCaseTransformation({
  1. required bool convertAcronyms,
})

Implementation

const ToTitleCaseTransformation({
  required this.convertAcronyms,
});