WrapperSessionScanViewConfigOptionElementOffset.fromJson constructor
Implementation
factory WrapperSessionScanViewConfigOptionElementOffset.fromJson(
Map<String, dynamic> json) =>
WrapperSessionScanViewConfigOptionElementOffset(
x: json["x"],
y: json["y"],
);