useAll static method

void useAll(
  1. List<BaseMapper> mappers
)

Implementation

static void useAll(List<BaseMapper> mappers) => _mappers.addEntries(mappers.map((m) => MapEntry(_typeOf(m.type), m)));