FilterConfigurationBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, dynamic>
no setter
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
setBitmap(String key, Uint8List data) → void
setBitmapAsset(String key, String asset) → void
setBitmapFile(String key, File file) → void
setBool(String key, bool value) → void
setCIColor(String key, Color value) → void
setCIVector(String key, List<double> value) → void
setDoubleList(String key, List<double> value) → void
setFloat(String key, double value) → void
setFloatList(String key, List<double> value) → void
setInt(String key, int value) → void
setNSArray(String key, List value) → void
setNSAttributedString(String key, String value) → void
setNSData(String key, Uint8List data) → void
setNSDataAsset(String key, String asset) → void
setNSDataFile(String key, File file) → void
setNSNumber(String key, num value) → void
setNSString(String key, String value) → void
setNSValue(String key, List<double> value) → void
setPoint(String key, Point<num> value) → void
setPointList(String key, List<Point<num>> value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited