DVCFeature class

Constructors

DVCFeature()

Properties

evalReason String?
Evaluation reasoning
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
unique database id
getter/setter pair
key String?
Unique key by Project, can be used in the SDK / API to reference by 'key' rather than _id.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FeatureType?
Feature type
getter/setter pair
variation String?
Bucketed feature variation ID
getter/setter pair
variationKey String?
Variation key
getter/setter pair
variationName String?
Variation name
getter/setter pair

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

Static Methods

fromCodec(Map<String, dynamic> map) DVCFeature