SettingValue class

Describes the setting type-specific value of a setting or feature flag.

Annotations
  • @JsonSerializable()

Constructors

SettingValue(bool? booleanValue, String? stringValue, int? intValue, double? doubleValue)
SettingValue.fromJson(Map<String, dynamic> json)
factory

Properties

booleanValue bool?
final
doubleValue double?
final
hashCode int
The hash code for this object.
no setterinherited
intValue int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
final

Methods

equalsBasedOnSettingType(Object? other, SettingType settingType) bool
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.
override

Operators

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