titleCase property

String get titleCase

Implementation

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