factory ControlInfo.fromJson(Map<String, dynamic> json) { return ControlInfo(json['name'], json['template']); }