titleCase property

String get titleCase

Title Case

Implementation

String get titleCase => _getPascalCase(separator: ' ');