PlatformAssetsPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

PlatformAssetsPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Implementation

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