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