PlatformResourcesPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

PlatformResourcesPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Creates a PlatformResourcesPathHandlerCreationParams instance based on PlatformPathHandlerCreationParams.

Implementation

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