DeepSerializedValue constructor

DeepSerializedValue({
  1. required DeepSerializedValueType type,
  2. dynamic value,
  3. String? objectId,
  4. int? weakLocalObjectReference,
})

Implementation

DeepSerializedValue({
  required this.type,
  this.value,
  this.objectId,
  this.weakLocalObjectReference,
});