sorted participants list alphabetically #87
| @@ -18,7 +18,7 @@ class AutocompleteResponseObject { | |||||||
|   String label; |   String label; | ||||||
|   String? icon; |   String? icon; | ||||||
|   String? source; |   String? source; | ||||||
|   List<String>? status; |   String? status; | ||||||
|   String? subline; |   String? subline; | ||||||
|   String? shareWithDisplayNameUniqe; |   String? shareWithDisplayNameUniqe; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -28,7 +28,7 @@ AutocompleteResponseObject _$AutocompleteResponseObjectFromJson( | |||||||
|       json['label'] as String, |       json['label'] as String, | ||||||
|       json['icon'] as String?, |       json['icon'] as String?, | ||||||
|       json['source'] as String?, |       json['source'] as String?, | ||||||
|       (json['status'] as List<dynamic>?)?.map((e) => e as String).toList(), |       json['status'] as String?, | ||||||
|       json['subline'] as String?, |       json['subline'] as String?, | ||||||
|       json['shareWithDisplayNameUniqe'] as String?, |       json['shareWithDisplayNameUniqe'] as String?, | ||||||
|     ); |     ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user