isRegistered static method

bool isRegistered(
  1. Type type
)

Whether a schema is registered for type.

Implementation

static bool isRegistered(Type type) => _schemas.containsKey(type);