titleCase property

String titleCase

Title Case

Implementation

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