EntityStreamTransformer class

Inheritance

Constructors

EntityStreamTransformer(StreamController<Es> _scEntity, StreamController<Es> _scFilted, {bool cancelOnError = false, List<String>? excludes, List<int>? sizes, List<DateTime>? times, StatTimeType statTimeType = StatTimeType.modified})

Properties

cancelOnError bool
final
excludes List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizes List<int>?
final
statTimeType StatTimeType
final
times List<DateTime>?
final

Methods

bind(Stream<FileSystemEntity> stream) Stream<FileSystemEntity>
Transforms the provided stream.
override
cast<RS, RT>() StreamTransformer<RS, RT>
Provides a StreamTransformer<RS, RT> view of this stream transformer.
inherited
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