AggregatorConfig.fromJson constructor

AggregatorConfig.fromJson(
  1. String source
)

Implementation

factory AggregatorConfig.fromJson(String source) =>
    AggregatorConfig.fromMap(json.decode(source));