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