factory SortInfo.fromJson(Map<String, dynamic> json) { return SortInfo(json['id'], json['code'], json['label']); }