capitalCase property Null safety

String capitalCase

Implementation

String get capitalCase => _upperCaseFirstLetter(this);