get<T> static method

BaseMapper<T>? get<T>()

Implementation

static BaseMapper<T>? get<T>() => _mappers[_typeOf<T>()] as BaseMapper<T>?;