GetUsageAndQuotaResult class
Constructors
- 
          GetUsageAndQuotaResult({required num usage, required num quota, required bool overrideActive, required List<UsageForType> usageBreakdown})
- 
          GetUsageAndQuotaResult.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- overrideActive → bool
- 
  Whether or not the origin has an active storage quota override
  final
- quota → num
- 
  Storage quota (bytes).
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- usage → num
- 
  Storage usage (bytes).
  final
- 
  usageBreakdown
  → List<UsageForType> 
- 
  Storage usage per type (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.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited