fromJson static method

FileConfig fromJson(
  1. String json
)

Implementation

static FileConfig fromJson(String json) {
  return ensureInitialized().decodeJson<FileConfig>(json);
}