ValueList.fromJson(Map<String, dynamic> json) { id = json['id']; value = json['value']; label = json['label']; }