toUpperCase static method

String toUpperCase(
  1. String? string
)

Refer to Safe.toUpperCase

Implementation

static String toUpperCase(String? string) => Safe.toUpperCase(string);