FreeSpaceResponseParam class abstract

Implemented types

Constructors

FreeSpaceResponseParam({required String path, required num sizeBytes, num? totalSize})
const
FreeSpaceResponseParam.fromJson(JsonMap rawData, {required ServerRpcVersion? v})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
the directory to query, same as the Request argument
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes num
the size, in bytes, of the free space in that directory
final
totalSize num?
the total capacity, in bytes, of that directory
final

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