WrapperSessionScanViewConfigOptionElementOffset.fromJson constructor

WrapperSessionScanViewConfigOptionElementOffset.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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