uppercase property

String uppercase

Uppercase each word inside string Example: your name => YOUR NAME

Implementation

String get uppercase => toUpperCase();