WrapperSessionScanViewConfigOptionDoneButton.fromRawJson constructor

WrapperSessionScanViewConfigOptionDoneButton.fromRawJson(
  1. String str
)

Implementation

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