FarConfig.fromRawJson constructor

FarConfig.fromRawJson(
  1. String str
)

Implementation

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