factory ConfigToolInput.fromJson(Map<String, dynamic> json) => ConfigToolInput(setting: json['setting'] as String, value: json['value']);