unuse<T> static method

BaseMapper<T>? unuse<T>()

Implementation

static BaseMapper<T>? unuse<T>() => _mappers.remove(_typeOf<T>()) as BaseMapper<T>?;