FileQuotaCross class

represents the storage quota of the FilePickerCross

Constructors

FileQuotaCross({required int quota, required int usage})

Properties

hashCode int
The hash code for this object.
no setterinherited
quota int
the maximal number of bytes available for use
final
relative double
returns the relative share used
no setter
remaining int
the number of bytes free for use
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage int
the current use of storage in bytes
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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