FakeTreeContext constructor

FakeTreeContext({
  1. Map<Type, Object> values = const {},
})

Creates the fake with the ambient values (keyed by exact type).

Implementation

FakeTreeContext({Map<Type, Object> values = const {}})
  : _values = Map.of(values);