add static method

void add(
  1. List<String> types
)

Add a list of data types (as String) to the list of available data types.

Implementation

static void add(List<String> types) => _allTypes.addAll(types);