PathMeta class

data class, path meta data

Implementers

Constructors

PathMeta(String location, {String pattern = r'**', List<String> excludes = const [], List<String> mimeOverrides = const [], List<String> mimeIncludes = const [], List<String> mimeExcludes = const [], List<int> sizes = const [], List<DateTime> times = const [], Map<String, String> env = const {}, bool verbose = false, bool cancelOnError = true, String os = '', StatTimeType statTimeType = StatTimeType.modified})
PathMeta.fromJson(Map<String, dynamic> map)
factory

Properties

argErr ↔ String?
getter/setter pair
cancelOnError ↔ bool
getter/setter pair
env ↔ Map<String, String>
getter/setter pair
excludes ↔ List<String>
getter/setter pair
fmtFields ↔ List<String>
getter/setter pair
fseStream ↔ Stream<FileSystemEntity>
latefinal
hashCode → int
The hash code for this object.
no setterinherited
logger ↔ Logger
getter/setter pair
mimeExcludes ↔ List<String>
getter/setter pair
mimeIncludes ↔ List<String>
getter/setter pair
mimeOverrides ↔ List<String>
getter/setter pair
os ↔ String
getter/setter pair
path ↔ String
getter/setter pair
pattern ↔ String
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scEntity → StreamController<Es>
final
scFilted → StreamController<Es>
final
sizes ↔ List<int>
getter/setter pair
statTimeType ↔ StatTimeType
getter/setter pair
times ↔ List<DateTime>
getter/setter pair
type ↔ FileSystemEntityType
latefinal
verbose ↔ bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
override
validator({String target = ''}) → String
Check variables are replaced, return the unresolved or null.

Operators

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