PlatformCustomPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

PlatformCustomPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Creates a PlatformCustomPathHandlerCreationParams instance based on PlatformPathHandlerCreationParams.

Implementation

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