info method

void info()

Prints out current mapper configuration to the console List of currently registered adapters and their priorities

Implementation

void info() =>
    _adapters.forEach((priority, adapter) => print('$priority : $adapter'));