CutoutConfig.fromRawJson constructor

CutoutConfig.fromRawJson(
  1. String str
)

Implementation

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