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