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