AndroidPathHandlerCreationParams class
Object specifying creation parameters for creating a AndroidPathHandler.
When adding additional fields make sure they can be null or have a default
value to avoid breaking changes. See PlatformPathHandlerCreationParams
for
more information.
- Annotations
Constructors
- AndroidPathHandlerCreationParams.new(PlatformPathHandlerCreationParams params)
- Creates a new AndroidPathHandlerCreationParams instance.
- AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(PlatformPathHandlerCreationParams params)
-
Creates a AndroidPathHandlerCreationParams instance based on
PlatformPathHandlerCreationParams
.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited