DeepSerializedValue constructor
DeepSerializedValue({
- required DeepSerializedValueType type,
- dynamic value,
- String? objectId,
- int? weakLocalObjectReference,
Implementation
DeepSerializedValue(
{required this.type,
this.value,
this.objectId,
this.weakLocalObjectReference});