JsonFeatureFlagValue class final

JSON feature flag value

Inheritance

Constructors

JsonFeatureFlagValue.new(Map<String, dynamic> value)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
rawValue → dynamic
Get the raw value as dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeName String
Get the type name as string
no setterinherited
value Map<String, dynamic>
final

Methods

asType<T>() → T?
Get value as specific type, returns null if types don't match
inherited
isType<T>() bool
Check if the value is of a specific type
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Convert to string representation
inherited

Operators

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