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