mock property

void mock=(Env mockEnv)

Used in unit tests to mock the Env class.

Implementation

// ignore: avoid_setters_without_getters
static set mock(Env mockEnv) {
  _self = mockEnv;
}