AndroidCustomPathHandlerCreationParams.fromPlatformCustomPathHandlerCreationParams constructor

AndroidCustomPathHandlerCreationParams.fromPlatformCustomPathHandlerCreationParams(
  1. PlatformCustomPathHandlerCreationParams params
)

Creates a AndroidCustomPathHandlerCreationParams instance based on PlatformCustomPathHandlerCreationParams.

Implementation

factory AndroidCustomPathHandlerCreationParams.fromPlatformCustomPathHandlerCreationParams(
    PlatformCustomPathHandlerCreationParams params) {
  return AndroidCustomPathHandlerCreationParams(params);
}