titleCase property

String titleCase

Title Case

Implementation

String get titleCase => ReCase(this).titleCase;