InternalPropertyDescriptor constructor

InternalPropertyDescriptor({
  1. required String name,
  2. RemoteObject? value,
})

Implementation

InternalPropertyDescriptor({required this.name, this.value});