DriveNode class Resources

A node in the drive tree.

It can be either a file or a folder. It contains the file metadata and the type of resource it represents. It may be populated with the children of the node.

Annotations

Constructors

DriveNode({required String id, required File file, required ResourceType type, List<String>? children, int? numberOfChildren})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isFolder bool
no setter
properties Map<String, String?>?
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
toString() String
A string representation of this object.
inherited

Operators

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