CutoutConfig.fromRawJson constructor
CutoutConfig.fromRawJson(
- String str
Implementation
factory CutoutConfig.fromRawJson(String str) => CutoutConfig.fromJson(json.decode(str));
factory CutoutConfig.fromRawJson(String str) => CutoutConfig.fromJson(json.decode(str));