get<T> static method

dynamic get<T>([
  1. Type? type
])

Implementation

static BaseMapper<T>? get<T>([Type? type]) => i.get<T>(type);