fromJson static method

GeneratorConfig? fromJson(
  1. String data
)

Implementation

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