PlatformAssetsPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor
Creates a PlatformAssetsPathHandlerCreationParams instance based on PlatformPathHandlerCreationParams.
Implementation
factory PlatformAssetsPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
PlatformPathHandlerCreationParams params,
) {
return PlatformAssetsPathHandlerCreationParams(params);
}