coreRouterRelativePath property

String get coreRouterRelativePath

Implementation

String get coreRouterRelativePath {
  return isFeatureBased ? '../../../../core/router/' : '../core/router/';
}