DeepSerializedValueType enum

Inheritance

Constructors

DeepSerializedValueType(String value)
const
DeepSerializedValueType.fromJson(String value)
factory

Values

undefined → const DeepSerializedValueType
const DeepSerializedValueType('undefined')
null$ → const DeepSerializedValueType
const DeepSerializedValueType('null')
string → const DeepSerializedValueType
const DeepSerializedValueType('string')
number → const DeepSerializedValueType
const DeepSerializedValueType('number')
boolean → const DeepSerializedValueType
const DeepSerializedValueType('boolean')
bigint → const DeepSerializedValueType
const DeepSerializedValueType('bigint')
regexp → const DeepSerializedValueType
const DeepSerializedValueType('regexp')
date → const DeepSerializedValueType
const DeepSerializedValueType('date')
symbol → const DeepSerializedValueType
const DeepSerializedValueType('symbol')
array → const DeepSerializedValueType
const DeepSerializedValueType('array')
object → const DeepSerializedValueType
const DeepSerializedValueType('object')
function → const DeepSerializedValueType
const DeepSerializedValueType('function')
map → const DeepSerializedValueType
const DeepSerializedValueType('map')
set → const DeepSerializedValueType
const DeepSerializedValueType('set')
weakmap → const DeepSerializedValueType
const DeepSerializedValueType('weakmap')
weakset → const DeepSerializedValueType
const DeepSerializedValueType('weakset')
error → const DeepSerializedValueType
const DeepSerializedValueType('error')
proxy → const DeepSerializedValueType
const DeepSerializedValueType('proxy')
promise → const DeepSerializedValueType
const DeepSerializedValueType('promise')
typedarray → const DeepSerializedValueType
const DeepSerializedValueType('typedarray')
arraybuffer → const DeepSerializedValueType
const DeepSerializedValueType('arraybuffer')
node → const DeepSerializedValueType
const DeepSerializedValueType('node')
window → const DeepSerializedValueType
const DeepSerializedValueType('window')
generator → const DeepSerializedValueType
const DeepSerializedValueType('generator')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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

Operators

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

Constants

values → const List<DeepSerializedValueType>
A constant List of the values in this enum, in order of their declaration.