WrapperSessionScanViewConfigOptionLabel.fromRawJson constructor

WrapperSessionScanViewConfigOptionLabel.fromRawJson(
  1. String str
)

Implementation

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