InternalPropertyDescriptor constructor
InternalPropertyDescriptor({
- required String name,
- RemoteObject? value,
Implementation
InternalPropertyDescriptor({required this.name, this.value});