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