fromJson static method

Config? fromJson(
  1. String data
)

Implementation

static Config? fromJson(String data) => Config.fromMap(json.decode(data));