Converts the string to UPPER_SNAKE_CASE;
String toUpperSnakeCase() => this.toSnakeCase().toUpperCase();