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