NothingDescriptor class

A descriptor that validates that no file exists with the given name.

Calling create does nothing.

Inheritance

Constructors

NothingDescriptor(String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This entry's basename.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create([String? parent]) Future<void>
Creates this entry within the parent directory, which defaults to sandbox.
override
describe() String
Returns a human-friendly tree-style description of this descriptor.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate([String? parent]) Future<void>
Validates that the physical file system under parent (which defaults to sandbox) contains an entry that matches this descriptor.
override

Operators

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