EntitlementUsage class
Usage associated with an entitlement resource.
Constructors
- EntitlementUsage({required String consumedValue, required String name, required EntitlementDataUnit unit, String? maxCount})
-
EntitlementUsage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- consumedValue → String
-
Resource usage consumed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxCount → String?
-
Maximum entitlement usage count.
final
- name → String
-
Entitlement usage name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unit → EntitlementDataUnit
-
Entitlement usage unit.
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