compile abstract method

Map<String, dynamic> compile(
  1. MirrorContext context
)

Returns a map of replica objects that can be used at replica while running in mirrored mode.

Implementation

Map<String, dynamic> compile(MirrorContext context);