titleCase property

String get titleCase

Converts to title case

Implementation

String get titleCase => capitalizeEachWord();