EntitlementValue class
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
Constructors
- EntitlementValue.new({bool? booleanValue, double? doubleValue, int? integerValue, String? stringValue})
-
EntitlementValue.fromJson(Map<
String, dynamic> json) -
factory
Properties
- booleanValue → bool?
-
The BooleanValue field will be populated with a boolean value when the
entitlement is a boolean type. Otherwise, the field will not be set.
final
- doubleValue → double?
-
The DoubleValue field will be populated with a double value when the
entitlement is a double type. Otherwise, the field will not be set.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- integerValue → int?
-
The IntegerValue field will be populated with an integer value when the
entitlement is an integer type. Otherwise, the field will not be set.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue → String?
-
The StringValue field will be populated with a string value when the
entitlement is a string type. Otherwise, the field will not be set.
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