NumberFeatureFlagValue class final

Number feature flag value

Inheritance

Constructors

NumberFeatureFlagValue.new(num value)
const

Properties

asDouble double
Get as double
no setter
asInt int
Get as integer
no setter
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 num
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