DeepSerializedValue class

Represents deep serialized value.

Constructors

DeepSerializedValue({required DeepSerializedValueType type, dynamic value, String? objectId, int? weakLocalObjectReference})
DeepSerializedValue.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
objectId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DeepSerializedValueType
final
value → dynamic
final
weakLocalObjectReference int?
Set if value reference met more then once during serialization. In such case, value is provided only to one of the serialized values. Unique per value in the scope of one CDP call.
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