PlatformResourcesPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

PlatformResourcesPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Implementation

factory PlatformResourcesPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
    PlatformPathHandlerCreationParams params) {
  return PlatformResourcesPathHandlerCreationParams(params);
}