compile method
Returns a map of runtime objects that can be used at runtime while running in mirrored mode.
Implementation
@override
Map<String, dynamic> compile(MirrorContext context) => {};
Returns a map of runtime objects that can be used at runtime while running in mirrored mode.
@override
Map<String, dynamic> compile(MirrorContext context) => {};