Skip to content

Instantly share code, notes, and snippets.

@VB10
Created December 15, 2019 20:52
Show Gist options
  • Select an option

  • Save VB10/0013410b516b216015545f8a2be3676e to your computer and use it in GitHub Desktop.

Select an option

Save VB10/0013410b516b216015545f8a2be3676e to your computer and use it in GitHub Desktop.
Base Reflaction
class Reflector extends Reflectable {
const Reflector()
: super(
invokingCapability,
);
}
const reflector = const Reflector();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment