Filter class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Static Methods
-
bottom(
List< num> values) → dynamic -
deviationAbsolute(
List< num> values) → dynamic -
deviationRelative(
List< num> values) → dynamic -
deviationStandard(
List< num> values) → dynamic -
equals(
num value, List< num> values) → dynamic -
greaterOrEqualThan(
List< num> values) → dynamic -
greaterThan(
num value, List< num> values) → dynamic -
lessOrEqualThan(
List< num> values) → dynamic -
lessThan(
num value, List< num> values) → dynamic -
notBottom(
List< num> values) → dynamic -
notDeviationAbsolute(
List< num> values) → dynamic -
notDeviationRelative(
List< num> values) → dynamic -
notDeviationStandard(
List< num> values) → dynamic -
notEquals(
List< num> values) → dynamic -
notTop(
List< num> values) → dynamic -
top(
List< num> values) → dynamic