Reflectable constructor

Const constructor, to enable usage as metadata, allowing for varargs style invocation with up to ten arguments.

Implementation

const Reflectable([
  super.cap0,
  super.cap1,
  super.cap2,
  super.cap3,
  super.cap4,
  super.cap5,
  super.cap6,
  super.cap7,
  super.cap8,
  super.cap9,
]);