RemoteObject constructor
RemoteObject({
- required RemoteObjectType type,
- RemoteObjectSubtype? subtype,
- String? className,
- dynamic value,
- UnserializableValue? unserializableValue,
- String? description,
- WebDriverValue? webDriverValue,
- RemoteObjectId? objectId,
- ObjectPreview? preview,
- CustomPreview? customPreview,
Implementation
RemoteObject(
{required this.type,
this.subtype,
this.className,
this.value,
this.unserializableValue,
this.description,
this.webDriverValue,
this.objectId,
this.preview,
this.customPreview});