instance property

TestEnvironment get instance

Implementation

static TestEnvironment get instance {
  return _instance ??= const TestEnvironment.production();
}