Config class

Details of a ConfigCat config.

Annotations
  • @JsonSerializable()

Constructors

Config(Preferences preferences, Map<String, Setting> entries, List<Segment> segments)
Config.fromJson(Map<String, dynamic> json)
factory

Properties

entries Map<String, Setting>
The map of settings.
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
preferences Preferences
The config preferences.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<Segment>
The list of segments.
final

Methods

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

Operators

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

Static Properties

empty Config
getter/setter pair