OrgQuota class

Annotations
  • @freezed

Constructors

OrgQuota.new({String? description, required int limit, required QuotaPeriod period, required String quotaName, required bool softLimit, required int used})
factory
OrgQuota.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $OrgQuotaCopyWith<OrgQuota>
Create a copy of OrgQuota with the given fields replaced by the non-null parameter values.
no setterinherited
description String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
limit int
no setterinherited
period QuotaPeriod
no setterinherited
quotaName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softLimit bool
no setterinherited
used int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this OrgQuota to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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