FilesStatResponse class

Constructors

FilesStatResponse({int blocks = 0, int cumulativeSize = 0, String? hash, bool? local, int size = 0, int? sizeLocal, String type = '', bool? withLocality})
FilesStatResponse.fromJson(Map<String, dynamic> json)
factory

Properties

blocks int
final
cumulativeSize int
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
local bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
sizeLocal int?
final
type String
final
withLocality bool?
final

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.
inherited

Operators

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