PackagesInfoStub constructor

PackagesInfoStub()

Errors on attempted instantiation of the stub. It exists only to satisfy compile-time dependencies, and should never actually be created.

Implementation

PackagesInfoStub() {
  // ignore: prefer_asserts_in_initializer_lists
  assert(false);
}