factory StartVariable.fromJson(Map<String, dynamic> json) => StartVariable( key: json["key"], value: json["value"], );