PlatformAssetsPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

PlatformAssetsPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Creates a PlatformAssetsPathHandlerCreationParams instance based on PlatformPathHandlerCreationParams.

Implementation

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