SystemDescriptor constructor

const SystemDescriptor(
  1. SystemRef ref,
  2. SystemAdapter buildAdapter()
)

Implementation

const SystemDescriptor(this.ref, this.buildAdapter);