Create a ClientList from JSON
factory ClientList.fromJson(Map<String, dynamic> json) => _$ClientListFromJson(json);