FilterGroup class abstract

Inheritance

Constructors

FilterGroup()

Properties

binaryOutput Future<Uint8List?>
no setterinherited
filtersCount Future<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFilter(String name) Future<Filter?>
export(File output) Future<void>
inherited
getFilter(int index) Future<Filter?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeFilter(Filter filter) Future<void>
setAssetSource(String name) Future<void>
inherited
setFileSource(File path) Future<void>
inherited
setSource(Uint8List data) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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