upperCase property

String get upperCase

Implementation

String get upperCase => this.toUpperCase();