TimeCodeConfig.fromRawJson constructor
TimeCodeConfig.fromRawJson(
- String str
Implementation
factory TimeCodeConfig.fromRawJson(String str) => TimeCodeConfig.fromJson(
json.decode(str) as Map<String, dynamic>,
);