getString static method

String? getString(
  1. Object? str
)

Get inner String

Remove first wrapper

Implementation

static String? getString(Object? str) =>
    wrapper.getString(str);