ClientAttribute.fromJson(Map<String, dynamic> json) { attributeId = json['client_attr_id']; key = json['key']; value = json['value']; }