toUpperFirstCase method

String toUpperFirstCase()

Implementation

String toUpperFirstCase() => _fixCase(ChangeCaseType.upperFirst);