titleCase property

String get titleCase

Implementation

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