EvaluationParameters class
Constructors
- EvaluationParameters(num zoom, [dynamic options])
-
factory
- EvaluationParameters.fromJsObject(EvaluationParametersJsImpl jsObject)
-
Creates a new EvaluationParameters from a
jsObject
.
Properties
- fadeDuration → num
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsObject → EvaluationParametersJsImpl
-
JS object.
finalinherited
- now → num
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transition → dynamic
-
no setter
- zoom → num
-
no setter
- zoomHistory → dynamic
-
no setter
Methods
-
crossFadingFactor(
) → dynamic -
getCrossfadeParameters(
) → dynamic -
isSupportedScript(
String str) → bool -
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