isRegisteredString static method

bool isRegisteredString(
  1. String s
)

True if type string s has been registered.

Implementation

static bool isRegisteredString(String s) => _registrationForKey(s) != null;