Created
December 15, 2019 20:52
-
-
Save VB10/0013410b516b216015545f8a2be3676e to your computer and use it in GitHub Desktop.
Base Reflaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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