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