PreProcessingMethod enum

Inheritance

Constructors

PreProcessingMethod()
const

Values

imageLib → const PreProcessingMethod

Uses the imageLib library for preprocessing. This method is less performant but ensures the same results on Android and iOS.

native → const PreProcessingMethod

Uses the native method for preprocessing. This method is faster but may result in small changes in the preprocessing results.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<PreProcessingMethod>
A constant List of the values in this enum, in order of their declaration.