isRegistered static method

bool isRegistered(
  1. ChartType type
)

True if type has been registered.

Implementation

static bool isRegistered(ChartType type) =>
    _byType.containsKey(canonicalChartType(type));