get method

T get(
  1. dynamic i, {
  2. bool autoReload = true,
})

Implementation

T get(i, {bool autoReload = true}) => _proxy.get(i, autoReload);