ProductAttributesDistributionStrategyEnum class

The strategy for distributing releases. ### Options - LICENSED: Only licensed users, with a valid license, can access releases and release artifacts. API authentication is required. - OPEN: Anybody can access releases. No API authentication required, so this is a great option for rendering releases on a public downloads page, open source projects, or freemium products. - CLOSED: Only admins can access releases. Download links will need to be generated server-side. API authentication is required.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The underlying value of this enum member.
final

Methods

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

Operators

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

Static Methods

fromJson(dynamic value) ProductAttributesDistributionStrategyEnum?
listFromJson(dynamic json, {bool growable = false}) List<ProductAttributesDistributionStrategyEnum>