titleCase property

String get titleCase

Implementation

String get titleCase => name.toTitleCase();