PlatformCustomPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

PlatformCustomPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Implementation

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