MirrorRouteFeature constructor

MirrorRouteFeature({
  1. required String sourceRoute,
  2. required String targetRoute,
  3. String namespace = 'mirror_template_feature',
  4. String implementationName = 'mirror_template_feature',
})

Implementation

MirrorRouteFeature(
    {required this.sourceRoute,
    required this.targetRoute,
    this.namespace = 'mirror_template_feature',
    this.implementationName = 'mirror_template_feature'});