WrapperSessionScanViewConfigOptionSegmentConfig.fromRawJson constructor

WrapperSessionScanViewConfigOptionSegmentConfig.fromRawJson(
  1. String str
)

Implementation

factory WrapperSessionScanViewConfigOptionSegmentConfig.fromRawJson(
        String str) =>
    WrapperSessionScanViewConfigOptionSegmentConfig.fromJson(
        json.decode(str));