transform method

String? transform(
  1. String? value
)

Implementation

String? transform(String? value) => value?.toUpperCase();